What is the HEX code for greyblue?
The CSS color greyblue in HEX format is #77a1b5. 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: #77a1b5;
- Background: background-color: #77a1b5;
- Border: border-color: #77a1b5;
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 HEX?
Select greyblue from the color name list in our color converter. The HEX value — #77a1b5 — 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 HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.