Shades of Shady Lady #9E8992
Tints of Shady Lady #9E8992
RGB
CMYK
RGB Variations
Color information
#9E8992 (or 0x9E8992) is known color: Shady Lady. HEX triplet: 9E, 89 and 92. RGB value is (158,137,146). Sum of RGB (Red+Green+Blue) = 158+137+146=441 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.83% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 146 (57.42% from 255 or 33.11% from 441); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8992 is #61766D. Grayscale: #909090. Windows color (decimal): -6387310 or 9603486. OLE color: 9603486.
HSL color Cylindrical-coordinate representation of color #9E8992: hue angle of 334.29º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9E8992 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 137 | 146 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.38 |
| HSL | 334.29º | 0.1% | 0.58% | - |
| HSV(B) | 334.29º | 0.13% | 0.62% | - |
| XYZ | 28.23 | 27.24 | 30.96 | - |
| YUV | 144.31 | 128.96 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 137 | 146 | 0 | 0.13 | 0.08 | 0.38 | 334.29 | 0.1 | 0.58 |
| Hex | 9E | 89 | 92 | 0 | D | 8 | 26 | 14E | A | 3A |
| Octal | 236 | 211 | 222 | 0 | 15 | 10 | 46 | 516 | 12 | 72 |
| Binary | 10011110 | 10001001 | 10010010 | 0 | 1101 | 1000 | 100110 | 101001110 | 1010 | 111010 |
Color Harmonies of #9E8992
Complementary color
Monochromatic Colors of #9E8992
Black with #9E8992
Text Example
Text Example
White with #9E8992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8992; }
p { color: rgb(158,137,146); }
H1.HeaderClassName
{
color: #9E8992;
}
.AnyTagClassName
{
color: #9E8992;
}
</style>
background-color css
<style>
a { background-color: #9E8992; }
a { background-color: rgb(158,137,146); }
div.DivClassName
{
background-color: #9E8992;
}
.BgClassName
{
background-color: #9E8992;
}
</style>
border-color css
<style>
span { border-color: #9E8992; }
span { border-color: rgb(158,137,146); }
td.TdClassName
{
border-color: #9E8992;
}
.TagClassName
{
border-color: #9E8992;
}
</style>