Shades of Shady Lady #988D93
Tints of Shady Lady #988D93
RGB
CMYK
RGB Variations
Color information
#988D93 (or 0x988D93) is known color: Shady Lady. HEX triplet: 98, 8D and 93. RGB value is (152,141,147). Sum of RGB (Red+Green+Blue) = 152+141+147=440 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.55% from 440); Green value is 141 (55.47% from 255 or 32.05% from 440); Blue value is 147 (57.81% from 255 or 33.41% from 440); Max value from RGB is 152 - color contains mainly: red. Hex color #988D93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988D93 is #67726C. Grayscale: #909090. Windows color (decimal): -6779501 or 9670040. OLE color: 9670040.
HSL color Cylindrical-coordinate representation of color #988D93: hue angle of 327.27º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #988D93 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 141 | 147 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.40 |
| HSL | 327.27º | 0.05% | 0.57% | - |
| HSV(B) | 327.27º | 0.07% | 0.6% | - |
| XYZ | 27.74 | 27.83 | 31.51 | - |
| YUV | 144.97 | 129.14 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 141 | 147 | 0 | 0.07 | 0.03 | 0.40 | 327.27 | 0.05 | 0.57 |
| Hex | 98 | 8D | 93 | 0 | 7 | 3 | 28 | 147 | 5 | 39 |
| Octal | 230 | 215 | 223 | 0 | 7 | 3 | 50 | 507 | 5 | 71 |
| Binary | 10011000 | 10001101 | 10010011 | 0 | 111 | 11 | 101000 | 101000111 | 101 | 111001 |
Color Harmonies of #988D93
Complementary color
Monochromatic Colors of #988D93
Black with #988D93
Text Example
Text Example
White with #988D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988D93; }
p { color: rgb(152,141,147); }
H1.HeaderClassName
{
color: #988D93;
}
.AnyTagClassName
{
color: #988D93;
}
</style>
background-color css
<style>
a { background-color: #988D93; }
a { background-color: rgb(152,141,147); }
div.DivClassName
{
background-color: #988D93;
}
.BgClassName
{
background-color: #988D93;
}
</style>
border-color css
<style>
span { border-color: #988D93; }
span { border-color: rgb(152,141,147); }
td.TdClassName
{
border-color: #988D93;
}
.TagClassName
{
border-color: #988D93;
}
</style>