Shades of Grey Chateau #929EAA
Tints of Grey Chateau #929EAA
RGB
CMYK
RGB Variations
Color information
#929EAA (or 0x929EAA) is known color: Grey Chateau. HEX triplet: 92, 9E and AA. RGB value is (146,158,170). Sum of RGB (Red+Green+Blue) = 146+158+170=474 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.80% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 170 - color contains mainly: blue. Hex color #929EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929EAA is #6D6155. Grayscale: #9B9B9B. Windows color (decimal): -7168342 or 11181714. OLE color: 11181714.
HSL color Cylindrical-coordinate representation of color #929EAA: hue angle of 210º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #929EAA is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 158 | 170 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.33 |
| HSL | 210º | 0.12% | 0.62% | - |
| HSV(B) | 210º | 0.14% | 0.67% | - |
| XYZ | 31.34 | 33.47 | 42.84 | - |
| YUV | 155.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 158 | 170 | 0.14 | 0.07 | 0 | 0.33 | 210 | 0.12 | 0.62 |
| Hex | 92 | 9E | AA | E | 7 | 0 | 21 | D2 | C | 3E |
| Octal | 222 | 236 | 252 | 16 | 7 | 0 | 41 | 322 | 14 | 76 |
| Binary | 10010010 | 10011110 | 10101010 | 1110 | 111 | 0 | 100001 | 11010010 | 1100 | 111110 |
Color Harmonies of #929EAA
Complementary color
Monochromatic Colors of #929EAA
Black with #929EAA
Text Example
Text Example
White with #929EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929EAA; }
p { color: rgb(146,158,170); }
H1.HeaderClassName
{
color: #929EAA;
}
.AnyTagClassName
{
color: #929EAA;
}
</style>
background-color css
<style>
a { background-color: #929EAA; }
a { background-color: rgb(146,158,170); }
div.DivClassName
{
background-color: #929EAA;
}
.BgClassName
{
background-color: #929EAA;
}
</style>
border-color css
<style>
span { border-color: #929EAA; }
span { border-color: rgb(146,158,170); }
td.TdClassName
{
border-color: #929EAA;
}
.TagClassName
{
border-color: #929EAA;
}
</style>