Pantone工具

RGB to HSL

將 RGB 顏色值轉換為 HSL,以實現直覺的色彩處理和設計系統

色相、飽和度、亮度-設計師的直覺色彩模型

顏色轉換器

RGB Input

255
0 128 255
0
0 128 255
0
0 128 255

點擊顏色樣本查看範例

HSL Output

hsl(0°, 100%, 50%)

HSL Controls

色調
180° 360°
飽和 100%
0% 50% 100%
亮度 50%
0% 50% 100%

hsl(0°, 100%, 50%)

其他格式

RGB Value

rgb(255, 0, 0)

HEX Value

#FF0000

十進制值

16711680

CSS 使用

color: hsl(0°, 100%, 50%);

色彩心理學

這種鮮紅色飽和度最高,亮度適中,呈現出強烈而充滿活力的色彩。在大多數文化中,紅色與激情、緊迫感和興奮感聯繫在一起。

轉換範例

鮮豔的紅色

RGB 255, 0, 0
HSL 0°, 100%, 50%
HEX #FF0000

森林綠

RGB 34, 139, 34
HSL 120°, 61%, 34%
HEX #228B22

皇家藍

RGB 65, 105, 225
HSL 225°, 73%, 56%
HEX #4169E1

柔粉色

RGB 255, 192, 203
HSL 350°, 100%, 88%
HEX #FFC0CB

深紫色

RGB 128, 0, 128
HSL 300°, 100%, 25%
HEX #800080

暖灰色

RGB 169, 169, 169
HSL 0°, 0%, 66%
HEX #A9A9A9

推薦工具

關於此工具

此 RGB 到 HSL 轉換器連接了數位設計中使用的兩種重要顏色模型,使得以更直觀的方式處理顏色變得更容易。

RGB (Red, Green, Blue) is an additive color model where colors are created by combining light. This system is used for digital displays, with each component ranging from 0 to 255.

HSL (Hue, Saturation, Lightness) represents colors in a way that aligns more naturally with human perception:

  • 色調: The color itself, represented as a degree (0-360) on a color wheel
  • 飽和: The intensity or purity of the color (0-100%)
  • 亮度: How light or dark the color is (0-100%)

HSL is particularly valuable for creating color systems and palettes, as it allows for intuitive adjustments. For example, you can easily create tints by reducing saturation or shades by adjusting lightness while maintaining the same hue. This converter provides accurate translations between RGB and HSL, essential for consistent color implementation across digital projects.

常見問題