Shades of Grey Chateau #969EA9
Tints of Grey Chateau #969EA9
RGB
CMYK
RGB Variations
Color information
#969EA9 (or 0x969EA9) is known color: Grey Chateau. HEX triplet: 96, 9E and A9. RGB value is (150,158,169). Sum of RGB (Red+Green+Blue) = 150+158+169=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 158 (62.11% from 255 or 33.12% from 477); Blue value is 169 (66.41% from 255 or 35.43% from 477); Max value from RGB is 169 - color contains mainly: blue. Hex color #969EA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969EA9 is #696156. Grayscale: #9C9C9C. Windows color (decimal): -6906199 or 11116182. OLE color: 11116182.
HSL color Cylindrical-coordinate representation of color #969EA9: hue angle of 214.74º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #969EA9 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 150 | 158 | 169 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.34 |
| HSL | 214.74º | 0.1% | 0.63% | - |
| HSV(B) | 214.74º | 0.11% | 0.66% | - |
| XYZ | 31.97 | 33.8 | 42.38 | - |
| YUV | 156.86 | 134.85 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 158 | 169 | 0.11 | 0.07 | 0 | 0.34 | 214.74 | 0.1 | 0.63 |
| Hex | 96 | 9E | A9 | B | 7 | 0 | 22 | D7 | A | 3F |
| Octal | 226 | 236 | 251 | 13 | 7 | 0 | 42 | 327 | 12 | 77 |
| Binary | 10010110 | 10011110 | 10101001 | 1011 | 111 | 0 | 100010 | 11010111 | 1010 | 111111 |
Color Harmonies of #969EA9
Complementary color
Monochromatic Colors of #969EA9
Black with #969EA9
Text Example
Text Example
White with #969EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969EA9; }
p { color: rgb(150,158,169); }
H1.HeaderClassName
{
color: #969EA9;
}
.AnyTagClassName
{
color: #969EA9;
}
</style>
background-color css
<style>
a { background-color: #969EA9; }
a { background-color: rgb(150,158,169); }
div.DivClassName
{
background-color: #969EA9;
}
.BgClassName
{
background-color: #969EA9;
}
</style>
border-color css
<style>
span { border-color: #969EA9; }
span { border-color: rgb(150,158,169); }
td.TdClassName
{
border-color: #969EA9;
}
.TagClassName
{
border-color: #969EA9;
}
</style>