Shades of Grey Chateau #959FA8
Tints of Grey Chateau #959FA8
RGB
CMYK
RGB Variations
Color information
#959FA8 (or 0x959FA8) is known color: Grey Chateau. HEX triplet: 95, 9F and A8. RGB value is (149,159,168). Sum of RGB (Red+Green+Blue) = 149+159+168=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 159 (62.5% from 255 or 33.40% 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 #959FA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959FA8 is #6A6057. Grayscale: #9C9C9C. Windows color (decimal): -6971480 or 11050901. OLE color: 11050901.
HSL color Cylindrical-coordinate representation of color #959FA8: hue angle of 208.42º degrees, saturation: 0.1, 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 #959FA8 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 149 | 159 | 168 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.34 |
| HSL | 208.42º | 0.1% | 0.62% | - |
| HSV(B) | 208.42º | 0.11% | 0.66% | - |
| XYZ | 31.86 | 34.01 | 41.93 | - |
| YUV | 157.04 | 134.19 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 159 | 168 | 0.11 | 0.05 | 0 | 0.34 | 208.42 | 0.1 | 0.62 |
| Hex | 95 | 9F | A8 | B | 5 | 0 | 22 | D0 | A | 3E |
| Octal | 225 | 237 | 250 | 13 | 5 | 0 | 42 | 320 | 12 | 76 |
| Binary | 10010101 | 10011111 | 10101000 | 1011 | 101 | 0 | 100010 | 11010000 | 1010 | 111110 |
Color Harmonies of #959FA8
Complementary color
Monochromatic Colors of #959FA8
Black with #959FA8
Text Example
Text Example
White with #959FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959FA8; }
p { color: rgb(149,159,168); }
H1.HeaderClassName
{
color: #959FA8;
}
.AnyTagClassName
{
color: #959FA8;
}
</style>
background-color css
<style>
a { background-color: #959FA8; }
a { background-color: rgb(149,159,168); }
div.DivClassName
{
background-color: #959FA8;
}
.BgClassName
{
background-color: #959FA8;
}
</style>
border-color css
<style>
span { border-color: #959FA8; }
span { border-color: rgb(149,159,168); }
td.TdClassName
{
border-color: #959FA8;
}
.TagClassName
{
border-color: #959FA8;
}
</style>