Shades of Shady Lady #9D9298
Tints of Shady Lady #9D9298
RGB
CMYK
RGB Variations
Color information
#9D9298 (or 0x9D9298) is known color: Shady Lady. HEX triplet: 9D, 92 and 98. RGB value is (157,146,152). Sum of RGB (Red+Green+Blue) = 157+146+152=455 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.51% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 152 (59.77% from 255 or 33.41% from 455); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9298 is #626D67. Grayscale: #959595. Windows color (decimal): -6450536 or 9999005. OLE color: 9999005.
HSL color Cylindrical-coordinate representation of color #9D9298: hue angle of 327.27º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9D9298 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 146 | 152 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.38 |
| HSL | 327.27º | 0.05% | 0.59% | - |
| HSV(B) | 327.27º | 0.07% | 0.62% | - |
| XYZ | 29.85 | 29.99 | 33.92 | - |
| YUV | 149.97 | 129.14 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 146 | 152 | 0 | 0.07 | 0.03 | 0.38 | 327.27 | 0.05 | 0.59 |
| Hex | 9D | 92 | 98 | 0 | 7 | 3 | 26 | 147 | 5 | 3B |
| Octal | 235 | 222 | 230 | 0 | 7 | 3 | 46 | 507 | 5 | 73 |
| Binary | 10011101 | 10010010 | 10011000 | 0 | 111 | 11 | 100110 | 101000111 | 101 | 111011 |
Color Harmonies of #9D9298
Complementary color
Monochromatic Colors of #9D9298
Black with #9D9298
Text Example
Text Example
White with #9D9298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9298; }
p { color: rgb(157,146,152); }
H1.HeaderClassName
{
color: #9D9298;
}
.AnyTagClassName
{
color: #9D9298;
}
</style>
background-color css
<style>
a { background-color: #9D9298; }
a { background-color: rgb(157,146,152); }
div.DivClassName
{
background-color: #9D9298;
}
.BgClassName
{
background-color: #9D9298;
}
</style>
border-color css
<style>
span { border-color: #9D9298; }
span { border-color: rgb(157,146,152); }
td.TdClassName
{
border-color: #9D9298;
}
.TagClassName
{
border-color: #9D9298;
}
</style>