Shades of Grey Suit #98979C
Tints of Grey Suit #98979C
RGB
CMYK
RGB Variations
Color information
#98979C (or 0x98979C) is known color: Grey Suit. HEX triplet: 98, 97 and 9C. RGB value is (152,151,156). Sum of RGB (Red+Green+Blue) = 152+151+156=459 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.12% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 156 - color contains mainly: blue. Hex color #98979C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98979C is #676863. Grayscale: #979797. Windows color (decimal): -6776932 or 10262424. OLE color: 10262424.
HSL color Cylindrical-coordinate representation of color #98979C: hue angle of 252º degrees, saturation: 0.02, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #98979C is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 151 | 156 | - |
| CMYK | 0.03 | 0.03 | 0 | 0.39 |
| HSL | 252º | 0.02% | 0.6% | - |
| HSV(B) | 252º | 0.03% | 0.61% | - |
| XYZ | 30.02 | 31.21 | 35.89 | - |
| YUV | 151.87 | 130.33 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 151 | 156 | 0.03 | 0.03 | 0 | 0.39 | 252 | 0.02 | 0.6 |
| Hex | 98 | 97 | 9C | 3 | 3 | 0 | 27 | FC | 2 | 3C |
| Octal | 230 | 227 | 234 | 3 | 3 | 0 | 47 | 374 | 2 | 74 |
| Binary | 10011000 | 10010111 | 10011100 | 11 | 11 | 0 | 100111 | 11111100 | 10 | 111100 |
Color Harmonies of #98979C
Complementary color
Monochromatic Colors of #98979C
Black with #98979C
Text Example
Text Example
White with #98979C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98979C; }
p { color: rgb(152,151,156); }
H1.HeaderClassName
{
color: #98979C;
}
.AnyTagClassName
{
color: #98979C;
}
</style>
background-color css
<style>
a { background-color: #98979C; }
a { background-color: rgb(152,151,156); }
div.DivClassName
{
background-color: #98979C;
}
.BgClassName
{
background-color: #98979C;
}
</style>
border-color css
<style>
span { border-color: #98979C; }
span { border-color: rgb(152,151,156); }
td.TdClassName
{
border-color: #98979C;
}
.TagClassName
{
border-color: #98979C;
}
</style>