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.

常见问题