Shades of Shady Lady #9B8F96
Tints of Shady Lady #9B8F96
RGB
CMYK
RGB Variations
Color information
#9B8F96 (or 0x9B8F96) is known color: Shady Lady. HEX triplet: 9B, 8F and 96. RGB value is (155,143,150). Sum of RGB (Red+Green+Blue) = 155+143+150=448 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.60% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 150 (58.98% from 255 or 33.48% from 448); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8F96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8F96 is #647069. Grayscale: #939393. Windows color (decimal): -6582378 or 9867163. OLE color: 9867163.
HSL color Cylindrical-coordinate representation of color #9B8F96: hue angle of 325º 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 #9B8F96 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 143 | 150 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.39 |
| HSL | 325º | 0.06% | 0.58% | - |
| HSV(B) | 325º | 0.08% | 0.61% | - |
| XYZ | 28.85 | 28.82 | 32.9 | - |
| YUV | 147.39 | 129.48 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 143 | 150 | 0 | 0.08 | 0.03 | 0.39 | 325 | 0.06 | 0.58 |
| Hex | 9B | 8F | 96 | 0 | 8 | 3 | 27 | 145 | 6 | 3A |
| Octal | 233 | 217 | 226 | 0 | 10 | 3 | 47 | 505 | 6 | 72 |
| Binary | 10011011 | 10001111 | 10010110 | 0 | 1000 | 11 | 100111 | 101000101 | 110 | 111010 |
Color Harmonies of #9B8F96
Complementary color
Monochromatic Colors of #9B8F96
Black with #9B8F96
Text Example
Text Example
White with #9B8F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8F96; }
p { color: rgb(155,143,150); }
H1.HeaderClassName
{
color: #9B8F96;
}
.AnyTagClassName
{
color: #9B8F96;
}
</style>
background-color css
<style>
a { background-color: #9B8F96; }
a { background-color: rgb(155,143,150); }
div.DivClassName
{
background-color: #9B8F96;
}
.BgClassName
{
background-color: #9B8F96;
}
</style>
border-color css
<style>
span { border-color: #9B8F96; }
span { border-color: rgb(155,143,150); }
td.TdClassName
{
border-color: #9B8F96;
}
.TagClassName
{
border-color: #9B8F96;
}
</style>