Shades of Grey Chateau #969EA8
Tints of Grey Chateau #969EA8
RGB
CMYK
RGB Variations
Color information
#969EA8 (or 0x969EA8) is known color: Grey Chateau. HEX triplet: 96, 9E and A8. RGB value is (150,158,168). Sum of RGB (Red+Green+Blue) = 150+158+168=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 158 (62.11% from 255 or 33.19% from 476); Blue value is 168 (66.02% from 255 or 35.29% from 476); Max value from RGB is 168 - color contains mainly: blue. Hex color #969EA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969EA8 is #696157. Grayscale: #9C9C9C. Windows color (decimal): -6906200 or 11050646. OLE color: 11050646.
HSL color Cylindrical-coordinate representation of color #969EA8: hue angle of 213.33º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #969EA8 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 150 | 158 | 168 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.34 |
| HSL | 213.33º | 0.09% | 0.62% | - |
| HSV(B) | 213.33º | 0.11% | 0.66% | - |
| XYZ | 31.87 | 33.76 | 41.88 | - |
| YUV | 156.75 | 134.35 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 158 | 168 | 0.11 | 0.06 | 0 | 0.34 | 213.33 | 0.09 | 0.62 |
| Hex | 96 | 9E | A8 | B | 6 | 0 | 22 | D5 | 9 | 3E |
| Octal | 226 | 236 | 250 | 13 | 6 | 0 | 42 | 325 | 11 | 76 |
| Binary | 10010110 | 10011110 | 10101000 | 1011 | 110 | 0 | 100010 | 11010101 | 1001 | 111110 |
Color Harmonies of #969EA8
Complementary color
Monochromatic Colors of #969EA8
Black with #969EA8
Text Example
Text Example
White with #969EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969EA8; }
p { color: rgb(150,158,168); }
H1.HeaderClassName
{
color: #969EA8;
}
.AnyTagClassName
{
color: #969EA8;
}
</style>
background-color css
<style>
a { background-color: #969EA8; }
a { background-color: rgb(150,158,168); }
div.DivClassName
{
background-color: #969EA8;
}
.BgClassName
{
background-color: #969EA8;
}
</style>
border-color css
<style>
span { border-color: #969EA8; }
span { border-color: rgb(150,158,168); }
td.TdClassName
{
border-color: #969EA8;
}
.TagClassName
{
border-color: #969EA8;
}
</style>