Shades of Shady Lady #998D93
Tints of Shady Lady #998D93
RGB
CMYK
RGB Variations
Color information
#998D93 (or 0x998D93) is known color: Shady Lady. HEX triplet: 99, 8D and 93. RGB value is (153,141,147). Sum of RGB (Red+Green+Blue) = 153+141+147=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 147 (57.81% from 255 or 33.33% from 441); Max value from RGB is 153 - color contains mainly: red. Hex color #998D93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998D93 is #66726C. Grayscale: #919191. Windows color (decimal): -6713965 or 9670041. OLE color: 9670041.
HSL color Cylindrical-coordinate representation of color #998D93: hue angle of 330º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #998D93 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 141 | 147 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.4 |
| HSL | 330º | 0.06% | 0.58% | - |
| HSV(B) | 330º | 0.08% | 0.6% | - |
| XYZ | 27.93 | 27.93 | 31.52 | - |
| YUV | 145.27 | 128.98 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 147 | 0 | 0.08 | 0.04 | 0.4 | 330 | 0.06 | 0.58 |
| Hex | 99 | 8D | 93 | 0 | 8 | 4 | 28 | 14A | 6 | 3A |
| Octal | 231 | 215 | 223 | 0 | 10 | 4 | 50 | 512 | 6 | 72 |
| Binary | 10011001 | 10001101 | 10010011 | 0 | 1000 | 100 | 101000 | 101001010 | 110 | 111010 |
Color Harmonies of #998D93
Complementary color
Monochromatic Colors of #998D93
Black with #998D93
Text Example
Text Example
White with #998D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998D93; }
p { color: rgb(153,141,147); }
H1.HeaderClassName
{
color: #998D93;
}
.AnyTagClassName
{
color: #998D93;
}
</style>
background-color css
<style>
a { background-color: #998D93; }
a { background-color: rgb(153,141,147); }
div.DivClassName
{
background-color: #998D93;
}
.BgClassName
{
background-color: #998D93;
}
</style>
border-color css
<style>
span { border-color: #998D93; }
span { border-color: rgb(153,141,147); }
td.TdClassName
{
border-color: #998D93;
}
.TagClassName
{
border-color: #998D93;
}
</style>