Shades of Grey Chateau #959BA0
Tints of Grey Chateau #959BA0
RGB
CMYK
RGB Variations
Color information
#959BA0 (or 0x959BA0) is known color: Grey Chateau. HEX triplet: 95, 9B and A0. RGB value is (149,155,160). Sum of RGB (Red+Green+Blue) = 149+155+160=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 155 (60.94% from 255 or 33.41% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 160 - color contains mainly: blue. Hex color #959BA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959BA0 is #6A645F. Grayscale: #999999. Windows color (decimal): -6972512 or 10525589. OLE color: 10525589.
HSL color Cylindrical-coordinate representation of color #959BA0: hue angle of 207.27º degrees, saturation: 0.05, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #959BA0 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 149 | 155 | 160 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.37 |
| HSL | 207.27º | 0.05% | 0.61% | - |
| HSV(B) | 207.27º | 0.07% | 0.63% | - |
| XYZ | 30.46 | 32.37 | 37.9 | - |
| YUV | 153.78 | 131.51 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 155 | 160 | 0.07 | 0.03 | 0 | 0.37 | 207.27 | 0.05 | 0.61 |
| Hex | 95 | 9B | A0 | 7 | 3 | 0 | 25 | CF | 5 | 3D |
| Octal | 225 | 233 | 240 | 7 | 3 | 0 | 45 | 317 | 5 | 75 |
| Binary | 10010101 | 10011011 | 10100000 | 111 | 11 | 0 | 100101 | 11001111 | 101 | 111101 |
Color Harmonies of #959BA0
Complementary color
Monochromatic Colors of #959BA0
Black with #959BA0
Text Example
Text Example
White with #959BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959BA0; }
p { color: rgb(149,155,160); }
H1.HeaderClassName
{
color: #959BA0;
}
.AnyTagClassName
{
color: #959BA0;
}
</style>
background-color css
<style>
a { background-color: #959BA0; }
a { background-color: rgb(149,155,160); }
div.DivClassName
{
background-color: #959BA0;
}
.BgClassName
{
background-color: #959BA0;
}
</style>
border-color css
<style>
span { border-color: #959BA0; }
span { border-color: rgb(149,155,160); }
td.TdClassName
{
border-color: #959BA0;
}
.TagClassName
{
border-color: #959BA0;
}
</style>