Shades of Shady Lady #9E9398
Tints of Shady Lady #9E9398
RGB
CMYK
RGB Variations
Color information
#9E9398 (or 0x9E9398) is known color: Shady Lady. HEX triplet: 9E, 93 and 98. RGB value is (158,147,152). Sum of RGB (Red+Green+Blue) = 158+147+152=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9398 is #616C67. Grayscale: #969696. Windows color (decimal): -6384744 or 9999262. OLE color: 9999262.
HSL color Cylindrical-coordinate representation of color #9E9398: hue angle of 332.73º 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 #9E9398 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 147 | 152 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.38 |
| HSL | 332.73º | 0.05% | 0.6% | - |
| HSV(B) | 332.73º | 0.07% | 0.62% | - |
| XYZ | 30.2 | 30.4 | 33.98 | - |
| YUV | 150.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 147 | 152 | 0 | 0.07 | 0.04 | 0.38 | 332.73 | 0.05 | 0.6 |
| Hex | 9E | 93 | 98 | 0 | 7 | 4 | 26 | 14D | 5 | 3C |
| Octal | 236 | 223 | 230 | 0 | 7 | 4 | 46 | 515 | 5 | 74 |
| Binary | 10011110 | 10010011 | 10011000 | 0 | 111 | 100 | 100110 | 101001101 | 101 | 111100 |
Color Harmonies of #9E9398
Complementary color
Monochromatic Colors of #9E9398
Black with #9E9398
Text Example
Text Example
White with #9E9398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9398; }
p { color: rgb(158,147,152); }
H1.HeaderClassName
{
color: #9E9398;
}
.AnyTagClassName
{
color: #9E9398;
}
</style>
background-color css
<style>
a { background-color: #9E9398; }
a { background-color: rgb(158,147,152); }
div.DivClassName
{
background-color: #9E9398;
}
.BgClassName
{
background-color: #9E9398;
}
</style>
border-color css
<style>
span { border-color: #9E9398; }
span { border-color: rgb(158,147,152); }
td.TdClassName
{
border-color: #9E9398;
}
.TagClassName
{
border-color: #9E9398;
}
</style>