Shades of Shady Lady #9F8C93
Tints of Shady Lady #9F8C93
RGB
CMYK
RGB Variations
Color information
#9F8C93 (or 0x9F8C93) is known color: Shady Lady. HEX triplet: 9F, 8C and 93. RGB value is (159,140,147). Sum of RGB (Red+Green+Blue) = 159+140+147=446 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.65% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 147 (57.81% from 255 or 32.96% from 446); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8C93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8C93 is #60736C. Grayscale: #929292. Windows color (decimal): -6321005 or 9669791. OLE color: 9669791.
HSL color Cylindrical-coordinate representation of color #9F8C93: hue angle of 337.89º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9F8C93 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 140 | 147 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.38 |
| HSL | 337.89º | 0.09% | 0.59% | - |
| HSV(B) | 337.89º | 0.12% | 0.62% | - |
| XYZ | 28.94 | 28.23 | 31.53 | - |
| YUV | 146.48 | 128.29 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 140 | 147 | 0 | 0.12 | 0.08 | 0.38 | 337.89 | 0.09 | 0.59 |
| Hex | 9F | 8C | 93 | 0 | C | 8 | 26 | 152 | 9 | 3B |
| Octal | 237 | 214 | 223 | 0 | 14 | 10 | 46 | 522 | 11 | 73 |
| Binary | 10011111 | 10001100 | 10010011 | 0 | 1100 | 1000 | 100110 | 101010010 | 1001 | 111011 |
Color Harmonies of #9F8C93
Complementary color
Monochromatic Colors of #9F8C93
Black with #9F8C93
Text Example
Text Example
White with #9F8C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8C93; }
p { color: rgb(159,140,147); }
H1.HeaderClassName
{
color: #9F8C93;
}
.AnyTagClassName
{
color: #9F8C93;
}
</style>
background-color css
<style>
a { background-color: #9F8C93; }
a { background-color: rgb(159,140,147); }
div.DivClassName
{
background-color: #9F8C93;
}
.BgClassName
{
background-color: #9F8C93;
}
</style>
border-color css
<style>
span { border-color: #9F8C93; }
span { border-color: rgb(159,140,147); }
td.TdClassName
{
border-color: #9F8C93;
}
.TagClassName
{
border-color: #9F8C93;
}
</style>