Shades of Shady Lady #9E9297
Tints of Shady Lady #9E9297
RGB
CMYK
RGB Variations
Color information
#9E9297 (or 0x9E9297) is known color: Shady Lady. HEX triplet: 9E, 92 and 97. RGB value is (158,146,151). Sum of RGB (Red+Green+Blue) = 158+146+151=455 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.73% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 151 (59.38% from 255 or 33.19% from 455); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9297 is #616D68. Grayscale: #969696. Windows color (decimal): -6385001 or 9933470. OLE color: 9933470.
HSL color Cylindrical-coordinate representation of color #9E9297: hue angle of 335º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9E9297 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 146 | 151 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.38 |
| HSL | 335º | 0.06% | 0.6% | - |
| HSV(B) | 335º | 0.08% | 0.62% | - |
| XYZ | 29.97 | 30.06 | 33.5 | - |
| YUV | 150.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 146 | 151 | 0 | 0.08 | 0.04 | 0.38 | 335 | 0.06 | 0.6 |
| Hex | 9E | 92 | 97 | 0 | 8 | 4 | 26 | 14F | 6 | 3C |
| Octal | 236 | 222 | 227 | 0 | 10 | 4 | 46 | 517 | 6 | 74 |
| Binary | 10011110 | 10010010 | 10010111 | 0 | 1000 | 100 | 100110 | 101001111 | 110 | 111100 |
Color Harmonies of #9E9297
Complementary color
Monochromatic Colors of #9E9297
Black with #9E9297
Text Example
Text Example
White with #9E9297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9297; }
p { color: rgb(158,146,151); }
H1.HeaderClassName
{
color: #9E9297;
}
.AnyTagClassName
{
color: #9E9297;
}
</style>
background-color css
<style>
a { background-color: #9E9297; }
a { background-color: rgb(158,146,151); }
div.DivClassName
{
background-color: #9E9297;
}
.BgClassName
{
background-color: #9E9297;
}
</style>
border-color css
<style>
span { border-color: #9E9297; }
span { border-color: rgb(158,146,151); }
td.TdClassName
{
border-color: #9E9297;
}
.TagClassName
{
border-color: #9E9297;
}
</style>