Shades of Shady Lady #9B8F94
Tints of Shady Lady #9B8F94
RGB
CMYK
RGB Variations
Color information
#9B8F94 (or 0x9B8F94) is known color: Shady Lady. HEX triplet: 9B, 8F and 94. RGB value is (155,143,148). Sum of RGB (Red+Green+Blue) = 155+143+148=446 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.75% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 148 (58.20% from 255 or 33.18% from 446); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8F94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8F94 is #64706B. Grayscale: #939393. Windows color (decimal): -6582380 or 9736091. OLE color: 9736091.
HSL color Cylindrical-coordinate representation of color #9B8F94: hue angle of 335º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9B8F94 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 143 | 148 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.39 |
| HSL | 335º | 0.06% | 0.58% | - |
| HSV(B) | 335º | 0.08% | 0.61% | - |
| XYZ | 28.69 | 28.75 | 32.05 | - |
| YUV | 147.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 143 | 148 | 0 | 0.08 | 0.05 | 0.39 | 335 | 0.06 | 0.58 |
| Hex | 9B | 8F | 94 | 0 | 8 | 5 | 27 | 14F | 6 | 3A |
| Octal | 233 | 217 | 224 | 0 | 10 | 5 | 47 | 517 | 6 | 72 |
| Binary | 10011011 | 10001111 | 10010100 | 0 | 1000 | 101 | 100111 | 101001111 | 110 | 111010 |
Color Harmonies of #9B8F94
Complementary color
Monochromatic Colors of #9B8F94
Black with #9B8F94
Text Example
Text Example
White with #9B8F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8F94; }
p { color: rgb(155,143,148); }
H1.HeaderClassName
{
color: #9B8F94;
}
.AnyTagClassName
{
color: #9B8F94;
}
</style>
background-color css
<style>
a { background-color: #9B8F94; }
a { background-color: rgb(155,143,148); }
div.DivClassName
{
background-color: #9B8F94;
}
.BgClassName
{
background-color: #9B8F94;
}
</style>
border-color css
<style>
span { border-color: #9B8F94; }
span { border-color: rgb(155,143,148); }
td.TdClassName
{
border-color: #9B8F94;
}
.TagClassName
{
border-color: #9B8F94;
}
</style>