Shades of Grey Suit #8C8998
Tints of Grey Suit #8C8998
RGB
CMYK
RGB Variations
Color information
#8C8998 (or 0x8C8998) is known color: Grey Suit. HEX triplet: 8C, 89 and 98. RGB value is (140,137,152). Sum of RGB (Red+Green+Blue) = 140+137+152=429 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.63% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 152 - color contains mainly: blue. Hex color #8C8998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8998 is #737667. Grayscale: #8B8B8B. Windows color (decimal): -7566952 or 9996684. OLE color: 9996684.
HSL color Cylindrical-coordinate representation of color #8C8998: hue angle of 252º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8C8998 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 140 | 137 | 152 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.40 |
| HSL | 252º | 0.07% | 0.57% | - |
| HSV(B) | 252º | 0.1% | 0.6% | - |
| XYZ | 25.43 | 25.73 | 33.33 | - |
| YUV | 139.61 | 134.99 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 137 | 152 | 0.08 | 0.10 | 0 | 0.40 | 252 | 0.07 | 0.57 |
| Hex | 8C | 89 | 98 | 8 | A | 0 | 28 | FC | 7 | 39 |
| Octal | 214 | 211 | 230 | 10 | 12 | 0 | 50 | 374 | 7 | 71 |
| Binary | 10001100 | 10001001 | 10011000 | 1000 | 1010 | 0 | 101000 | 11111100 | 111 | 111001 |
Color Harmonies of #8C8998
Complementary color
Monochromatic Colors of #8C8998
Black with #8C8998
Text Example
Text Example
White with #8C8998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8998; }
p { color: rgb(140,137,152); }
H1.HeaderClassName
{
color: #8C8998;
}
.AnyTagClassName
{
color: #8C8998;
}
</style>
background-color css
<style>
a { background-color: #8C8998; }
a { background-color: rgb(140,137,152); }
div.DivClassName
{
background-color: #8C8998;
}
.BgClassName
{
background-color: #8C8998;
}
</style>
border-color css
<style>
span { border-color: #8C8998; }
span { border-color: rgb(140,137,152); }
td.TdClassName
{
border-color: #8C8998;
}
.TagClassName
{
border-color: #8C8998;
}
</style>