Shades of Shady Lady #9D8F93
Tints of Shady Lady #9D8F93
RGB
CMYK
RGB Variations
Color information
#9D8F93 (or 0x9D8F93) is known color: Shady Lady. HEX triplet: 9D, 8F and 93. RGB value is (157,143,147). Sum of RGB (Red+Green+Blue) = 157+143+147=447 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.12% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 147 (57.81% from 255 or 32.89% from 447); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8F93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8F93 is #62706C. Grayscale: #939393. Windows color (decimal): -6451309 or 9670557. OLE color: 9670557.
HSL color Cylindrical-coordinate representation of color #9D8F93: hue angle of 342.86º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9D8F93 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 143 | 147 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.38 |
| HSL | 342.86º | 0.07% | 0.59% | - |
| HSV(B) | 342.86º | 0.09% | 0.62% | - |
| XYZ | 28.99 | 28.92 | 31.66 | - |
| YUV | 147.64 | 127.64 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 143 | 147 | 0 | 0.09 | 0.06 | 0.38 | 342.86 | 0.07 | 0.59 |
| Hex | 9D | 8F | 93 | 0 | 9 | 6 | 26 | 157 | 7 | 3B |
| Octal | 235 | 217 | 223 | 0 | 11 | 6 | 46 | 527 | 7 | 73 |
| Binary | 10011101 | 10001111 | 10010011 | 0 | 1001 | 110 | 100110 | 101010111 | 111 | 111011 |
Color Harmonies of #9D8F93
Complementary color
Monochromatic Colors of #9D8F93
Black with #9D8F93
Text Example
Text Example
White with #9D8F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8F93; }
p { color: rgb(157,143,147); }
H1.HeaderClassName
{
color: #9D8F93;
}
.AnyTagClassName
{
color: #9D8F93;
}
</style>
background-color css
<style>
a { background-color: #9D8F93; }
a { background-color: rgb(157,143,147); }
div.DivClassName
{
background-color: #9D8F93;
}
.BgClassName
{
background-color: #9D8F93;
}
</style>
border-color css
<style>
span { border-color: #9D8F93; }
span { border-color: rgb(157,143,147); }
td.TdClassName
{
border-color: #9D8F93;
}
.TagClassName
{
border-color: #9D8F93;
}
</style>