Shades of Grey Chateau #999A9B
Tints of Grey Chateau #999A9B
RGB
CMYK
RGB Variations
Color information
#999A9B (or 0x999A9B) is known color: Grey Chateau. HEX triplet: 99, 9A and 9B. RGB value is (153,154,155). Sum of RGB (Red+Green+Blue) = 153+154+155=462 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.12% from 462); Green value is 154 (60.55% from 255 or 33.33% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 155 - color contains mainly: blue. Hex color #999A9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999A9B is #666564. Grayscale: #999999. Windows color (decimal): -6710629 or 10197657. OLE color: 10197657.
HSL color Cylindrical-coordinate representation of color #999A9B: hue angle of 210º degrees, saturation: 0.01, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #999A9B is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 154 | 155 | - |
| CMYK | 0.01 | 0.01 | 0 | 0.39 |
| HSL | 210º | 0.01% | 0.6% | - |
| HSV(B) | 210º | 0.01% | 0.61% | - |
| XYZ | 30.61 | 32.25 | 35.62 | - |
| YUV | 153.82 | 128.67 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 154 | 155 | 0.01 | 0.01 | 0 | 0.39 | 210 | 0.01 | 0.6 |
| Hex | 99 | 9A | 9B | 1 | 1 | 0 | 27 | D2 | 1 | 3C |
| Octal | 231 | 232 | 233 | 1 | 1 | 0 | 47 | 322 | 1 | 74 |
| Binary | 10011001 | 10011010 | 10011011 | 1 | 1 | 0 | 100111 | 11010010 | 1 | 111100 |
Color Harmonies of #999A9B
Complementary color
Monochromatic Colors of #999A9B
Black with #999A9B
Text Example
Text Example
White with #999A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999A9B; }
p { color: rgb(153,154,155); }
H1.HeaderClassName
{
color: #999A9B;
}
.AnyTagClassName
{
color: #999A9B;
}
</style>
background-color css
<style>
a { background-color: #999A9B; }
a { background-color: rgb(153,154,155); }
div.DivClassName
{
background-color: #999A9B;
}
.BgClassName
{
background-color: #999A9B;
}
</style>
border-color css
<style>
span { border-color: #999A9B; }
span { border-color: rgb(153,154,155); }
td.TdClassName
{
border-color: #999A9B;
}
.TagClassName
{
border-color: #999A9B;
}
</style>