Shades of Shady Lady #978E91
Tints of Shady Lady #978E91
RGB
CMYK
RGB Variations
Color information
#978E91 (or 0x978E91) is known color: Shady Lady. HEX triplet: 97, 8E and 91. RGB value is (151,142,145). Sum of RGB (Red+Green+Blue) = 151+142+145=438 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.47% from 438); Green value is 142 (55.86% from 255 or 32.42% from 438); Blue value is 145 (57.03% from 255 or 33.11% from 438); Max value from RGB is 151 - color contains mainly: red. Hex color #978E91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978E91 is #68716E. Grayscale: #919191. Windows color (decimal): -6844783 or 9539223. OLE color: 9539223.
HSL color Cylindrical-coordinate representation of color #978E91: hue angle of 340º degrees, saturation: 0.04, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #978E91 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 142 | 145 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.41 |
| HSL | 340º | 0.04% | 0.57% | - |
| HSV(B) | 340º | 0.06% | 0.59% | - |
| XYZ | 27.55 | 27.97 | 30.73 | - |
| YUV | 145.03 | 127.98 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 142 | 145 | 0 | 0.06 | 0.04 | 0.41 | 340 | 0.04 | 0.57 |
| Hex | 97 | 8E | 91 | 0 | 6 | 4 | 29 | 154 | 4 | 39 |
| Octal | 227 | 216 | 221 | 0 | 6 | 4 | 51 | 524 | 4 | 71 |
| Binary | 10010111 | 10001110 | 10010001 | 0 | 110 | 100 | 101001 | 101010100 | 100 | 111001 |
Color Harmonies of #978E91
Complementary color
Monochromatic Colors of #978E91
Black with #978E91
Text Example
Text Example
White with #978E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978E91; }
p { color: rgb(151,142,145); }
H1.HeaderClassName
{
color: #978E91;
}
.AnyTagClassName
{
color: #978E91;
}
</style>
background-color css
<style>
a { background-color: #978E91; }
a { background-color: rgb(151,142,145); }
div.DivClassName
{
background-color: #978E91;
}
.BgClassName
{
background-color: #978E91;
}
</style>
border-color css
<style>
span { border-color: #978E91; }
span { border-color: rgb(151,142,145); }
td.TdClassName
{
border-color: #978E91;
}
.TagClassName
{
border-color: #978E91;
}
</style>