Shades of Grey Chateau #9CA5B0
Tints of Grey Chateau #9CA5B0
RGB
CMYK
RGB Variations
Color information
#9CA5B0 (or 0x9CA5B0) is known color: Grey Chateau. HEX triplet: 9C, A5 and B0. RGB value is (156,165,176). Sum of RGB (Red+Green+Blue) = 156+165+176=497 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.39% from 497); Green value is 165 (64.84% from 255 or 33.20% from 497); Blue value is 176 (69.14% from 255 or 35.41% from 497); Max value from RGB is 176 - color contains mainly: blue. Hex color #9CA5B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA5B0 is #635A4F. Grayscale: #A3A3A3. Windows color (decimal): -6511184 or 11576732. OLE color: 11576732.
HSL color Cylindrical-coordinate representation of color #9CA5B0: hue angle of 213º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9CA5B0 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 165 | 176 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.31 |
| HSL | 213º | 0.11% | 0.65% | - |
| HSV(B) | 213º | 0.11% | 0.69% | - |
| XYZ | 35 | 37.11 | 46.39 | - |
| YUV | 163.56 | 135.02 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 165 | 176 | 0.11 | 0.06 | 0 | 0.31 | 213 | 0.11 | 0.65 |
| Hex | 9C | A5 | B0 | B | 6 | 0 | 1F | D5 | B | 41 |
| Octal | 234 | 245 | 260 | 13 | 6 | 0 | 37 | 325 | 13 | 101 |
| Binary | 10011100 | 10100101 | 10110000 | 1011 | 110 | 0 | 11111 | 11010101 | 1011 | 1000001 |
Color Harmonies of #9CA5B0
Complementary color
Monochromatic Colors of #9CA5B0
Black with #9CA5B0
Text Example
Text Example
White with #9CA5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA5B0; }
p { color: rgb(156,165,176); }
H1.HeaderClassName
{
color: #9CA5B0;
}
.AnyTagClassName
{
color: #9CA5B0;
}
</style>
background-color css
<style>
a { background-color: #9CA5B0; }
a { background-color: rgb(156,165,176); }
div.DivClassName
{
background-color: #9CA5B0;
}
.BgClassName
{
background-color: #9CA5B0;
}
</style>
border-color css
<style>
span { border-color: #9CA5B0; }
span { border-color: rgb(156,165,176); }
td.TdClassName
{
border-color: #9CA5B0;
}
.TagClassName
{
border-color: #9CA5B0;
}
</style>