Shades of Grey Chateau #959CA3
Tints of Grey Chateau #959CA3
RGB
CMYK
RGB Variations
Color information
#959CA3 (or 0x959CA3) is known color: Grey Chateau. HEX triplet: 95, 9C and A3. RGB value is (149,156,163). Sum of RGB (Red+Green+Blue) = 149+156+163=468 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.84% from 468); Green value is 156 (61.33% from 255 or 33.33% from 468); Blue value is 163 (64.06% from 255 or 34.83% from 468); Max value from RGB is 163 - color contains mainly: blue. Hex color #959CA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959CA3 is #6A635C. Grayscale: #9A9A9A. Windows color (decimal): -6972253 or 10722453. OLE color: 10722453.
HSL color Cylindrical-coordinate representation of color #959CA3: hue angle of 210º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #959CA3 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 149 | 156 | 163 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.36 |
| HSL | 210º | 0.07% | 0.61% | - |
| HSV(B) | 210º | 0.09% | 0.64% | - |
| XYZ | 30.89 | 32.81 | 39.36 | - |
| YUV | 154.71 | 132.68 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 156 | 163 | 0.09 | 0.04 | 0 | 0.36 | 210 | 0.07 | 0.61 |
| Hex | 95 | 9C | A3 | 9 | 4 | 0 | 24 | D2 | 7 | 3D |
| Octal | 225 | 234 | 243 | 11 | 4 | 0 | 44 | 322 | 7 | 75 |
| Binary | 10010101 | 10011100 | 10100011 | 1001 | 100 | 0 | 100100 | 11010010 | 111 | 111101 |
Color Harmonies of #959CA3
Complementary color
Monochromatic Colors of #959CA3
Black with #959CA3
Text Example
Text Example
White with #959CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959CA3; }
p { color: rgb(149,156,163); }
H1.HeaderClassName
{
color: #959CA3;
}
.AnyTagClassName
{
color: #959CA3;
}
</style>
background-color css
<style>
a { background-color: #959CA3; }
a { background-color: rgb(149,156,163); }
div.DivClassName
{
background-color: #959CA3;
}
.BgClassName
{
background-color: #959CA3;
}
</style>
border-color css
<style>
span { border-color: #959CA3; }
span { border-color: rgb(149,156,163); }
td.TdClassName
{
border-color: #959CA3;
}
.TagClassName
{
border-color: #959CA3;
}
</style>