Shades of Grey Chateau #929FAC
Tints of Grey Chateau #929FAC
RGB
CMYK
RGB Variations
Color information
#929FAC (or 0x929FAC) is known color: Grey Chateau. HEX triplet: 92, 9F and AC. RGB value is (146,159,172). Sum of RGB (Red+Green+Blue) = 146+159+172=477 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.61% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 172 - color contains mainly: blue. Hex color #929FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929FAC is #6D6053. Grayscale: #9C9C9C. Windows color (decimal): -7168084 or 11313042. OLE color: 11313042.
HSL color Cylindrical-coordinate representation of color #929FAC: hue angle of 210º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #929FAC is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 159 | 172 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.33 |
| HSL | 210º | 0.14% | 0.62% | - |
| HSV(B) | 210º | 0.15% | 0.67% | - |
| XYZ | 31.7 | 33.89 | 43.9 | - |
| YUV | 156.6 | 136.69 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 159 | 172 | 0.15 | 0.08 | 0 | 0.33 | 210 | 0.14 | 0.62 |
| Hex | 92 | 9F | AC | F | 8 | 0 | 21 | D2 | E | 3E |
| Octal | 222 | 237 | 254 | 17 | 10 | 0 | 41 | 322 | 16 | 76 |
| Binary | 10010010 | 10011111 | 10101100 | 1111 | 1000 | 0 | 100001 | 11010010 | 1110 | 111110 |
Color Harmonies of #929FAC
Complementary color
Monochromatic Colors of #929FAC
Black with #929FAC
Text Example
Text Example
White with #929FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929FAC; }
p { color: rgb(146,159,172); }
H1.HeaderClassName
{
color: #929FAC;
}
.AnyTagClassName
{
color: #929FAC;
}
</style>
background-color css
<style>
a { background-color: #929FAC; }
a { background-color: rgb(146,159,172); }
div.DivClassName
{
background-color: #929FAC;
}
.BgClassName
{
background-color: #929FAC;
}
</style>
border-color css
<style>
span { border-color: #929FAC; }
span { border-color: rgb(146,159,172); }
td.TdClassName
{
border-color: #929FAC;
}
.TagClassName
{
border-color: #929FAC;
}
</style>