Shades of Grey Suit #9A979F
Tints of Grey Suit #9A979F
RGB
CMYK
RGB Variations
Color information
#9A979F (or 0x9A979F) is known color: Grey Suit. HEX triplet: 9A, 97 and 9F. RGB value is (154,151,159). Sum of RGB (Red+Green+Blue) = 154+151+159=464 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.19% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 159 - color contains mainly: blue. Hex color #9A979F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A979F is #656860. Grayscale: #989898. Windows color (decimal): -6645857 or 10459034. OLE color: 10459034.
HSL color Cylindrical-coordinate representation of color #9A979F: hue angle of 262.5º 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 #9A979F is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 151 | 159 | - |
| CMYK | 0.03 | 0.05 | 0 | 0.38 |
| HSL | 262.5º | 0.04% | 0.61% | - |
| HSV(B) | 262.5º | 0.05% | 0.62% | - |
| XYZ | 30.65 | 31.51 | 37.27 | - |
| YUV | 152.81 | 131.49 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 151 | 159 | 0.03 | 0.05 | 0 | 0.38 | 262.5 | 0.04 | 0.61 |
| Hex | 9A | 97 | 9F | 3 | 5 | 0 | 26 | 106 | 4 | 3D |
| Octal | 232 | 227 | 237 | 3 | 5 | 0 | 46 | 406 | 4 | 75 |
| Binary | 10011010 | 10010111 | 10011111 | 11 | 101 | 0 | 100110 | 100000110 | 100 | 111101 |
Color Harmonies of #9A979F
Complementary color
Monochromatic Colors of #9A979F
Black with #9A979F
Text Example
Text Example
White with #9A979F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A979F; }
p { color: rgb(154,151,159); }
H1.HeaderClassName
{
color: #9A979F;
}
.AnyTagClassName
{
color: #9A979F;
}
</style>
background-color css
<style>
a { background-color: #9A979F; }
a { background-color: rgb(154,151,159); }
div.DivClassName
{
background-color: #9A979F;
}
.BgClassName
{
background-color: #9A979F;
}
</style>
border-color css
<style>
span { border-color: #9A979F; }
span { border-color: rgb(154,151,159); }
td.TdClassName
{
border-color: #9A979F;
}
.TagClassName
{
border-color: #9A979F;
}
</style>