Shades of Shady Lady #9E9B9C
Tints of Shady Lady #9E9B9C
RGB
CMYK
RGB Variations
Color information
#9E9B9C (or 0x9E9B9C) is known color: Shady Lady. HEX triplet: 9E, 9B and 9C. RGB value is (158,155,156). Sum of RGB (Red+Green+Blue) = 158+155+156=469 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.69% from 469); Green value is 155 (60.94% from 255 or 33.05% from 469); Blue value is 156 (61.33% from 255 or 33.26% from 469); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9B9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9B9C is #616463. Grayscale: #9C9C9C. Windows color (decimal): -6382692 or 10263454. OLE color: 10263454.
HSL color Cylindrical-coordinate representation of color #9E9B9C: hue angle of 340º degrees, saturation: 0.02, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #9E9B9C is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 155 | 156 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.38 |
| HSL | 340º | 0.02% | 0.61% | - |
| HSV(B) | 340º | 0.02% | 0.62% | - |
| XYZ | 31.82 | 33.11 | 36.17 | - |
| YUV | 156.01 | 127.99 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 155 | 156 | 0 | 0.02 | 0.01 | 0.38 | 340 | 0.02 | 0.61 |
| Hex | 9E | 9B | 9C | 0 | 2 | 1 | 26 | 154 | 2 | 3D |
| Octal | 236 | 233 | 234 | 0 | 2 | 1 | 46 | 524 | 2 | 75 |
| Binary | 10011110 | 10011011 | 10011100 | 0 | 10 | 1 | 100110 | 101010100 | 10 | 111101 |
Color Harmonies of #9E9B9C
Complementary color
Monochromatic Colors of #9E9B9C
Black with #9E9B9C
Text Example
Text Example
White with #9E9B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9B9C; }
p { color: rgb(158,155,156); }
H1.HeaderClassName
{
color: #9E9B9C;
}
.AnyTagClassName
{
color: #9E9B9C;
}
</style>
background-color css
<style>
a { background-color: #9E9B9C; }
a { background-color: rgb(158,155,156); }
div.DivClassName
{
background-color: #9E9B9C;
}
.BgClassName
{
background-color: #9E9B9C;
}
</style>
border-color css
<style>
span { border-color: #9E9B9C; }
span { border-color: rgb(158,155,156); }
td.TdClassName
{
border-color: #9E9B9C;
}
.TagClassName
{
border-color: #9E9B9C;
}
</style>