Shades of Shady Lady #9A9498
Tints of Shady Lady #9A9498
RGB
CMYK
RGB Variations
Color information
#9A9498 (or 0x9A9498) is known color: Shady Lady. HEX triplet: 9A, 94 and 98. RGB value is (154,148,152). Sum of RGB (Red+Green+Blue) = 154+148+152=454 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.92% from 454); Green value is 148 (58.20% from 255 or 32.60% from 454); Blue value is 152 (59.77% from 255 or 33.48% from 454); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9498 is #656B67. Grayscale: #969696. Windows color (decimal): -6646632 or 9999514. OLE color: 9999514.
HSL color Cylindrical-coordinate representation of color #9A9498: hue angle of 320º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9A9498 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
RGB | 154 | 148 | 152 | - |
CMYK | 0 | 0.04 | 0.01 | 0.40 |
HSL | 320º | 0.03% | 0.59% | - |
HSV(B) | 320º | 0.04% | 0.6% | - |
XYZ | 29.58 | 30.32 | 34 | - |
YUV | 150.25 | 128.99 | 130.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 154 | 148 | 152 | 0 | 0.04 | 0.01 | 0.40 | 320 | 0.03 | 0.59 |
Hex | 9A | 94 | 98 | 0 | 4 | 1 | 28 | 140 | 3 | 3B |
Octal | 232 | 224 | 230 | 0 | 4 | 1 | 50 | 500 | 3 | 73 |
Binary | 10011010 | 10010100 | 10011000 | 0 | 100 | 1 | 101000 | 101000000 | 11 | 111011 |
Color Harmonies of #9A9498
Complementary color
Monochromatic Colors of #9A9498
Black with #9A9498
Text Example
Text Example
White with #9A9498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9498; }
p { color: rgb(154,148,152); }
H1.HeaderClassName
{
color: #9A9498;
}
.AnyTagClassName
{
color: #9A9498;
}
</style>
background-color css
<style>
a { background-color: #9A9498; }
a { background-color: rgb(154,148,152); }
div.DivClassName
{
background-color: #9A9498;
}
.BgClassName
{
background-color: #9A9498;
}
</style>
border-color css
<style>
span { border-color: #9A9498; }
span { border-color: rgb(154,148,152); }
td.TdClassName
{
border-color: #9A9498;
}
.TagClassName
{
border-color: #9A9498;
}
</style>