Shades of Shady Lady #9F979D
Tints of Shady Lady #9F979D
RGB
CMYK
RGB Variations
Color information
#9F979D (or 0x9F979D) is known color: Shady Lady. HEX triplet: 9F, 97 and 9D. RGB value is (159,151,157). Sum of RGB (Red+Green+Blue) = 159+151+157=467 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.05% from 467); Green value is 151 (59.38% from 255 or 32.33% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 159 - color contains mainly: red. Hex color #9F979D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F979D is #606862. Grayscale: #9A9A9A. Windows color (decimal): -6318179 or 10327967. OLE color: 10327967.
HSL color Cylindrical-coordinate representation of color #9F979D: hue angle of 315º degrees, saturation: 0.04, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9F979D is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
RGB | 159 | 151 | 157 | - |
CMYK | 0 | 0.05 | 0.01 | 0.38 |
HSL | 315º | 0.04% | 0.61% | - |
HSV(B) | 315º | 0.05% | 0.62% | - |
XYZ | 31.45 | 31.94 | 36.41 | - |
YUV | 154.08 | 129.65 | 131.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 151 | 157 | 0 | 0.05 | 0.01 | 0.38 | 315 | 0.04 | 0.61 |
Hex | 9F | 97 | 9D | 0 | 5 | 1 | 26 | 13B | 4 | 3D |
Octal | 237 | 227 | 235 | 0 | 5 | 1 | 46 | 473 | 4 | 75 |
Binary | 10011111 | 10010111 | 10011101 | 0 | 101 | 1 | 100110 | 100111011 | 100 | 111101 |
Color Harmonies of #9F979D
Complementary color
Monochromatic Colors of #9F979D
Black with #9F979D
Text Example
Text Example
White with #9F979D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F979D; }
p { color: rgb(159,151,157); }
H1.HeaderClassName
{
color: #9F979D;
}
.AnyTagClassName
{
color: #9F979D;
}
</style>
background-color css
<style>
a { background-color: #9F979D; }
a { background-color: rgb(159,151,157); }
div.DivClassName
{
background-color: #9F979D;
}
.BgClassName
{
background-color: #9F979D;
}
</style>
border-color css
<style>
span { border-color: #9F979D; }
span { border-color: rgb(159,151,157); }
td.TdClassName
{
border-color: #9F979D;
}
.TagClassName
{
border-color: #9F979D;
}
</style>