Shades of Shady Lady #9C8F93
Tints of Shady Lady #9C8F93
RGB
CMYK
RGB Variations
Color information
#9C8F93 (or 0x9C8F93) is known color: Shady Lady. HEX triplet: 9C, 8F and 93. RGB value is (156,143,147). Sum of RGB (Red+Green+Blue) = 156+143+147=446 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.98% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 147 (57.81% from 255 or 32.96% from 446); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8F93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8F93 is #63706C. Grayscale: #939393. Windows color (decimal): -6516845 or 9670556. OLE color: 9670556.
HSL color Cylindrical-coordinate representation of color #9C8F93: hue angle of 341.54º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9C8F93 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 143 | 147 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.39 |
| HSL | 341.54º | 0.06% | 0.59% | - |
| HSV(B) | 341.54º | 0.08% | 0.61% | - |
| XYZ | 28.8 | 28.82 | 31.65 | - |
| YUV | 147.34 | 127.81 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 143 | 147 | 0 | 0.08 | 0.06 | 0.39 | 341.54 | 0.06 | 0.59 |
| Hex | 9C | 8F | 93 | 0 | 8 | 6 | 27 | 156 | 6 | 3B |
| Octal | 234 | 217 | 223 | 0 | 10 | 6 | 47 | 526 | 6 | 73 |
| Binary | 10011100 | 10001111 | 10010011 | 0 | 1000 | 110 | 100111 | 101010110 | 110 | 111011 |
Color Harmonies of #9C8F93
Complementary color
Monochromatic Colors of #9C8F93
Black with #9C8F93
Text Example
Text Example
White with #9C8F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8F93; }
p { color: rgb(156,143,147); }
H1.HeaderClassName
{
color: #9C8F93;
}
.AnyTagClassName
{
color: #9C8F93;
}
</style>
background-color css
<style>
a { background-color: #9C8F93; }
a { background-color: rgb(156,143,147); }
div.DivClassName
{
background-color: #9C8F93;
}
.BgClassName
{
background-color: #9C8F93;
}
</style>
border-color css
<style>
span { border-color: #9C8F93; }
span { border-color: rgb(156,143,147); }
td.TdClassName
{
border-color: #9C8F93;
}
.TagClassName
{
border-color: #9C8F93;
}
</style>