Shades of Shady Lady #9B8990
Tints of Shady Lady #9B8990
RGB
CMYK
RGB Variations
Color information
#9B8990 (or 0x9B8990) is known color: Shady Lady. HEX triplet: 9B, 89 and 90. RGB value is (155,137,144). Sum of RGB (Red+Green+Blue) = 155+137+144=436 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.55% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8990 is #64766F. Grayscale: #8F8F8F. Windows color (decimal): -6583920 or 9472411. OLE color: 9472411.
HSL color Cylindrical-coordinate representation of color #9B8990: hue angle of 336.67º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9B8990 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 137 | 144 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.39 |
| HSL | 336.67º | 0.08% | 0.57% | - |
| HSV(B) | 336.67º | 0.12% | 0.61% | - |
| XYZ | 27.5 | 26.87 | 30.12 | - |
| YUV | 143.18 | 128.46 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 137 | 144 | 0 | 0.12 | 0.07 | 0.39 | 336.67 | 0.08 | 0.57 |
| Hex | 9B | 89 | 90 | 0 | C | 7 | 27 | 151 | 8 | 39 |
| Octal | 233 | 211 | 220 | 0 | 14 | 7 | 47 | 521 | 10 | 71 |
| Binary | 10011011 | 10001001 | 10010000 | 0 | 1100 | 111 | 100111 | 101010001 | 1000 | 111001 |
Color Harmonies of #9B8990
Complementary color
Monochromatic Colors of #9B8990
Black with #9B8990
Text Example
Text Example
White with #9B8990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8990; }
p { color: rgb(155,137,144); }
H1.HeaderClassName
{
color: #9B8990;
}
.AnyTagClassName
{
color: #9B8990;
}
</style>
background-color css
<style>
a { background-color: #9B8990; }
a { background-color: rgb(155,137,144); }
div.DivClassName
{
background-color: #9B8990;
}
.BgClassName
{
background-color: #9B8990;
}
</style>
border-color css
<style>
span { border-color: #9B8990; }
span { border-color: rgb(155,137,144); }
td.TdClassName
{
border-color: #9B8990;
}
.TagClassName
{
border-color: #9B8990;
}
</style>