Shades of Shady Lady #9B9097
Tints of Shady Lady #9B9097
RGB
CMYK
RGB Variations
Color information
#9B9097 (or 0x9B9097) is known color: Shady Lady. HEX triplet: 9B, 90 and 97. RGB value is (155,144,151). Sum of RGB (Red+Green+Blue) = 155+144+151=450 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.44% from 450); Green value is 144 (56.64% from 255 or 32% from 450); Blue value is 151 (59.38% from 255 or 33.56% from 450); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9097 is #646F68. Grayscale: #949494. Windows color (decimal): -6582121 or 9932955. OLE color: 9932955.
HSL color Cylindrical-coordinate representation of color #9B9097: hue angle of 321.82º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9B9097 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 144 | 151 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.39 |
| HSL | 321.82º | 0.05% | 0.59% | - |
| HSV(B) | 321.82º | 0.07% | 0.61% | - |
| XYZ | 29.08 | 29.15 | 33.37 | - |
| YUV | 148.09 | 129.64 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 144 | 151 | 0 | 0.07 | 0.03 | 0.39 | 321.82 | 0.05 | 0.59 |
| Hex | 9B | 90 | 97 | 0 | 7 | 3 | 27 | 142 | 5 | 3B |
| Octal | 233 | 220 | 227 | 0 | 7 | 3 | 47 | 502 | 5 | 73 |
| Binary | 10011011 | 10010000 | 10010111 | 0 | 111 | 11 | 100111 | 101000010 | 101 | 111011 |
Color Harmonies of #9B9097
Complementary color
Monochromatic Colors of #9B9097
Black with #9B9097
Text Example
Text Example
White with #9B9097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9097; }
p { color: rgb(155,144,151); }
H1.HeaderClassName
{
color: #9B9097;
}
.AnyTagClassName
{
color: #9B9097;
}
</style>
background-color css
<style>
a { background-color: #9B9097; }
a { background-color: rgb(155,144,151); }
div.DivClassName
{
background-color: #9B9097;
}
.BgClassName
{
background-color: #9B9097;
}
</style>
border-color css
<style>
span { border-color: #9B9097; }
span { border-color: rgb(155,144,151); }
td.TdClassName
{
border-color: #9B9097;
}
.TagClassName
{
border-color: #9B9097;
}
</style>