What is the HEX code for bluegrey?
The CSS color bluegrey in HEX format is #85a3b2. Use this value directly in CSS, SVG, and most design tools.
How do I use bluegrey in CSS?
To apply bluegrey in CSS:
- Text color: color: #85a3b2;
- Background: background-color: #85a3b2;
- Border: border-color: #85a3b2;
What are all the color format values for bluegrey?
| Format | Value |
|---|---|
| HEX | #85a3b2 |
| RGB | rgb(133, 163, 178) |
| HSL | hsl(200, 22.6%, 61%) |
| CMYK | cmyk(25.3%, 8.4%, 0%, 30.2%) |
How do I convert bluegrey to HEX?
Select bluegrey from the color name list in our color converter. The HEX value — #85a3b2 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does bluegrey belong to?
bluegrey belongs to the blue color family. It is a medium, muted color with HSL values: hue 200°, saturation 22.6%, lightness 61%.
How do I create lighter and darker shades of bluegrey?
Lighter variant (lightness 76%): #b4c6d0. Darker variant (lightness 46%): #5b7e90. 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.