Shades of Grey Chateau #959BA7
Tints of Grey Chateau #959BA7
RGB
CMYK
RGB Variations
Color information
#959BA7 (or 0x959BA7) is known color: Grey Chateau. HEX triplet: 95, 9B and A7. RGB value is (149,155,167). Sum of RGB (Red+Green+Blue) = 149+155+167=471 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.63% from 471); Green value is 155 (60.94% from 255 or 32.91% from 471); Blue value is 167 (65.62% from 255 or 35.46% from 471); Max value from RGB is 167 - color contains mainly: blue. Hex color #959BA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959BA7 is #6A6458. Grayscale: #9A9A9A. Windows color (decimal): -6972505 or 10984341. OLE color: 10984341.
HSL color Cylindrical-coordinate representation of color #959BA7: hue angle of 220º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #959BA7 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 149 | 155 | 167 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.35 |
| HSL | 220º | 0.09% | 0.62% | - |
| HSV(B) | 220º | 0.11% | 0.65% | - |
| XYZ | 31.09 | 32.62 | 41.22 | - |
| YUV | 154.57 | 135.01 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 155 | 167 | 0.11 | 0.07 | 0 | 0.35 | 220 | 0.09 | 0.62 |
| Hex | 95 | 9B | A7 | B | 7 | 0 | 23 | DC | 9 | 3E |
| Octal | 225 | 233 | 247 | 13 | 7 | 0 | 43 | 334 | 11 | 76 |
| Binary | 10010101 | 10011011 | 10100111 | 1011 | 111 | 0 | 100011 | 11011100 | 1001 | 111110 |
Color Harmonies of #959BA7
Complementary color
Monochromatic Colors of #959BA7
Black with #959BA7
Text Example
Text Example
White with #959BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959BA7; }
p { color: rgb(149,155,167); }
H1.HeaderClassName
{
color: #959BA7;
}
.AnyTagClassName
{
color: #959BA7;
}
</style>
background-color css
<style>
a { background-color: #959BA7; }
a { background-color: rgb(149,155,167); }
div.DivClassName
{
background-color: #959BA7;
}
.BgClassName
{
background-color: #959BA7;
}
</style>
border-color css
<style>
span { border-color: #959BA7; }
span { border-color: rgb(149,155,167); }
td.TdClassName
{
border-color: #959BA7;
}
.TagClassName
{
border-color: #959BA7;
}
</style>