Shades of Shady Lady #9C8E91
Tints of Shady Lady #9C8E91
RGB
CMYK
RGB Variations
Color information
#9C8E91 (or 0x9C8E91) is known color: Shady Lady. HEX triplet: 9C, 8E and 91. RGB value is (156,142,145). Sum of RGB (Red+Green+Blue) = 156+142+145=443 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.21% from 443); Green value is 142 (55.86% from 255 or 32.05% from 443); Blue value is 145 (57.03% from 255 or 32.73% from 443); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8E91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8E91 is #63716E. Grayscale: #929292. Windows color (decimal): -6517103 or 9539228. OLE color: 9539228.
HSL color Cylindrical-coordinate representation of color #9C8E91: hue angle of 347.14º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9C8E91 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 142 | 145 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.39 |
| HSL | 347.14º | 0.07% | 0.58% | - |
| HSV(B) | 347.14º | 0.09% | 0.61% | - |
| XYZ | 28.49 | 28.46 | 30.78 | - |
| YUV | 146.53 | 127.14 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 142 | 145 | 0 | 0.09 | 0.07 | 0.39 | 347.14 | 0.07 | 0.58 |
| Hex | 9C | 8E | 91 | 0 | 9 | 7 | 27 | 15B | 7 | 3A |
| Octal | 234 | 216 | 221 | 0 | 11 | 7 | 47 | 533 | 7 | 72 |
| Binary | 10011100 | 10001110 | 10010001 | 0 | 1001 | 111 | 100111 | 101011011 | 111 | 111010 |
Color Harmonies of #9C8E91
Complementary color
Monochromatic Colors of #9C8E91
Black with #9C8E91
Text Example
Text Example
White with #9C8E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8E91; }
p { color: rgb(156,142,145); }
H1.HeaderClassName
{
color: #9C8E91;
}
.AnyTagClassName
{
color: #9C8E91;
}
</style>
background-color css
<style>
a { background-color: #9C8E91; }
a { background-color: rgb(156,142,145); }
div.DivClassName
{
background-color: #9C8E91;
}
.BgClassName
{
background-color: #9C8E91;
}
</style>
border-color css
<style>
span { border-color: #9C8E91; }
span { border-color: rgb(156,142,145); }
td.TdClassName
{
border-color: #9C8E91;
}
.TagClassName
{
border-color: #9C8E91;
}
</style>