Shades of Grey Chateau #959BA8
Tints of Grey Chateau #959BA8
RGB
CMYK
RGB Variations
Color information
#959BA8 (or 0x959BA8) is known color: Grey Chateau. HEX triplet: 95, 9B and A8. RGB value is (149,155,168). Sum of RGB (Red+Green+Blue) = 149+155+168=472 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.57% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 168 - color contains mainly: blue. Hex color #959BA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959BA8 is #6A6457. Grayscale: #9A9A9A. Windows color (decimal): -6972504 or 11049877. OLE color: 11049877.
HSL color Cylindrical-coordinate representation of color #959BA8: hue angle of 221.05º 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 #959BA8 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 149 | 155 | 168 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.34 |
| HSL | 221.05º | 0.1% | 0.62% | - |
| HSV(B) | 221.05º | 0.11% | 0.66% | - |
| XYZ | 31.18 | 32.66 | 41.71 | - |
| YUV | 154.69 | 135.51 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 155 | 168 | 0.11 | 0.08 | 0 | 0.34 | 221.05 | 0.1 | 0.62 |
| Hex | 95 | 9B | A8 | B | 8 | 0 | 22 | DD | A | 3E |
| Octal | 225 | 233 | 250 | 13 | 10 | 0 | 42 | 335 | 12 | 76 |
| Binary | 10010101 | 10011011 | 10101000 | 1011 | 1000 | 0 | 100010 | 11011101 | 1010 | 111110 |
Color Harmonies of #959BA8
Complementary color
Monochromatic Colors of #959BA8
Black with #959BA8
Text Example
Text Example
White with #959BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959BA8; }
p { color: rgb(149,155,168); }
H1.HeaderClassName
{
color: #959BA8;
}
.AnyTagClassName
{
color: #959BA8;
}
</style>
background-color css
<style>
a { background-color: #959BA8; }
a { background-color: rgb(149,155,168); }
div.DivClassName
{
background-color: #959BA8;
}
.BgClassName
{
background-color: #959BA8;
}
</style>
border-color css
<style>
span { border-color: #959BA8; }
span { border-color: rgb(149,155,168); }
td.TdClassName
{
border-color: #959BA8;
}
.TagClassName
{
border-color: #959BA8;
}
</style>