Shades of Grey Chateau #959A9D
Tints of Grey Chateau #959A9D
RGB
CMYK
RGB Variations
Color information
#959A9D (or 0x959A9D) is known color: Grey Chateau. HEX triplet: 95, 9A and 9D. RGB value is (149,154,157). Sum of RGB (Red+Green+Blue) = 149+154+157=460 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.39% from 460); Green value is 154 (60.55% from 255 or 33.48% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 157 - color contains mainly: blue. Hex color #959A9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959A9D is #6A6562. Grayscale: #989898. Windows color (decimal): -6972771 or 10328725. OLE color: 10328725.
HSL color Cylindrical-coordinate representation of color #959A9D: hue angle of 202.5º degrees, saturation: 0.04, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #959A9D is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 154 | 157 | - |
| CMYK | 0.05 | 0.02 | 0 | 0.38 |
| HSL | 202.5º | 0.04% | 0.6% | - |
| HSV(B) | 202.5º | 0.05% | 0.62% | - |
| XYZ | 30.04 | 31.94 | 36.48 | - |
| YUV | 152.85 | 130.34 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 154 | 157 | 0.05 | 0.02 | 0 | 0.38 | 202.5 | 0.04 | 0.6 |
| Hex | 95 | 9A | 9D | 5 | 2 | 0 | 26 | CA | 4 | 3C |
| Octal | 225 | 232 | 235 | 5 | 2 | 0 | 46 | 312 | 4 | 74 |
| Binary | 10010101 | 10011010 | 10011101 | 101 | 10 | 0 | 100110 | 11001010 | 100 | 111100 |
Color Harmonies of #959A9D
Complementary color
Monochromatic Colors of #959A9D
Black with #959A9D
Text Example
Text Example
White with #959A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959A9D; }
p { color: rgb(149,154,157); }
H1.HeaderClassName
{
color: #959A9D;
}
.AnyTagClassName
{
color: #959A9D;
}
</style>
background-color css
<style>
a { background-color: #959A9D; }
a { background-color: rgb(149,154,157); }
div.DivClassName
{
background-color: #959A9D;
}
.BgClassName
{
background-color: #959A9D;
}
</style>
border-color css
<style>
span { border-color: #959A9D; }
span { border-color: rgb(149,154,157); }
td.TdClassName
{
border-color: #959A9D;
}
.TagClassName
{
border-color: #959A9D;
}
</style>