What is the HSL code for greyblue?
The CSS color greyblue in HSL format is hsl(199.4, 29.5%, 58.8%). Use this value directly in CSS, SVG, and most design tools.
How do I use greyblue in CSS?
To apply greyblue in CSS:
- Text color: color: hsl(199.4, 29.5%, 58.8%);
- Background: background-color: hsl(199.4, 29.5%, 58.8%);
- Border: border-color: hsl(199.4, 29.5%, 58.8%);
What are all the color format values for greyblue?
| Format | Value |
|---|---|
| HEX | #77a1b5 |
| RGB | rgb(119, 161, 181) |
| HSL | hsl(199.4, 29.5%, 58.8%) |
| CMYK | cmyk(34.3%, 11%, 0%, 29%) |
How do I convert greyblue to HSL?
Select greyblue from the color name list in our color converter. The HSL value — hsl(199.4, 29.5%, 58.8%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does greyblue belong to?
greyblue belongs to the blue color family. It is a medium, muted color with HSL values: hue 199.4°, saturation 29.5%, lightness 58.8%.
How do I create lighter and darker shades of greyblue?
Lighter variant (lightness 73.8%): #a8c3d0. Darker variant (lightness 43.8%): #4f7b91. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.