Shades of Shady Lady #9E9397
Tints of Shady Lady #9E9397
RGB
CMYK
RGB Variations
Color information
#9E9397 (or 0x9E9397) is known color: Shady Lady. HEX triplet: 9E, 93 and 97. RGB value is (158,147,151). Sum of RGB (Red+Green+Blue) = 158+147+151=456 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.65% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 151 (59.38% from 255 or 33.11% from 456); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9397 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9397 is #616C68. Grayscale: #969696. Windows color (decimal): -6384745 or 9933726. OLE color: 9933726.
HSL color Cylindrical-coordinate representation of color #9E9397: hue angle of 338.18º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9E9397 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 147 | 151 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.38 |
| HSL | 338.18º | 0.05% | 0.6% | - |
| HSV(B) | 338.18º | 0.07% | 0.62% | - |
| XYZ | 30.12 | 30.37 | 33.55 | - |
| YUV | 150.75 | 128.14 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 147 | 151 | 0 | 0.07 | 0.04 | 0.38 | 338.18 | 0.05 | 0.6 |
| Hex | 9E | 93 | 97 | 0 | 7 | 4 | 26 | 152 | 5 | 3C |
| Octal | 236 | 223 | 227 | 0 | 7 | 4 | 46 | 522 | 5 | 74 |
| Binary | 10011110 | 10010011 | 10010111 | 0 | 111 | 100 | 100110 | 101010010 | 101 | 111100 |
Color Harmonies of #9E9397
Complementary color
Monochromatic Colors of #9E9397
Black with #9E9397
Text Example
Text Example
White with #9E9397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9397; }
p { color: rgb(158,147,151); }
H1.HeaderClassName
{
color: #9E9397;
}
.AnyTagClassName
{
color: #9E9397;
}
</style>
background-color css
<style>
a { background-color: #9E9397; }
a { background-color: rgb(158,147,151); }
div.DivClassName
{
background-color: #9E9397;
}
.BgClassName
{
background-color: #9E9397;
}
</style>
border-color css
<style>
span { border-color: #9E9397; }
span { border-color: rgb(158,147,151); }
td.TdClassName
{
border-color: #9E9397;
}
.TagClassName
{
border-color: #9E9397;
}
</style>