Shades of Shady Lady #9B8C94
Tints of Shady Lady #9B8C94
RGB
CMYK
RGB Variations
Color information
#9B8C94 (or 0x9B8C94) is known color: Shady Lady. HEX triplet: 9B, 8C and 94. RGB value is (155,140,148). Sum of RGB (Red+Green+Blue) = 155+140+148=443 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.99% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8C94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8C94 is #64736B. Grayscale: #919191. Windows color (decimal): -6583148 or 9735323. OLE color: 9735323.
HSL color Cylindrical-coordinate representation of color #9B8C94: hue angle of 328º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9B8C94 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 140 | 148 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.39 |
| HSL | 328º | 0.07% | 0.58% | - |
| HSV(B) | 328º | 0.1% | 0.61% | - |
| XYZ | 28.24 | 27.86 | 31.91 | - |
| YUV | 145.4 | 129.47 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 140 | 148 | 0 | 0.10 | 0.05 | 0.39 | 328 | 0.07 | 0.58 |
| Hex | 9B | 8C | 94 | 0 | A | 5 | 27 | 148 | 7 | 3A |
| Octal | 233 | 214 | 224 | 0 | 12 | 5 | 47 | 510 | 7 | 72 |
| Binary | 10011011 | 10001100 | 10010100 | 0 | 1010 | 101 | 100111 | 101001000 | 111 | 111010 |
Color Harmonies of #9B8C94
Complementary color
Monochromatic Colors of #9B8C94
Black with #9B8C94
Text Example
Text Example
White with #9B8C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8C94; }
p { color: rgb(155,140,148); }
H1.HeaderClassName
{
color: #9B8C94;
}
.AnyTagClassName
{
color: #9B8C94;
}
</style>
background-color css
<style>
a { background-color: #9B8C94; }
a { background-color: rgb(155,140,148); }
div.DivClassName
{
background-color: #9B8C94;
}
.BgClassName
{
background-color: #9B8C94;
}
</style>
border-color css
<style>
span { border-color: #9B8C94; }
span { border-color: rgb(155,140,148); }
td.TdClassName
{
border-color: #9B8C94;
}
.TagClassName
{
border-color: #9B8C94;
}
</style>