Shades of Grey Suit #8C8B98
Tints of Grey Suit #8C8B98
RGB
CMYK
RGB Variations
Color information
#8C8B98 (or 0x8C8B98) is known color: Grey Suit. HEX triplet: 8C, 8B and 98. RGB value is (140,139,152). Sum of RGB (Red+Green+Blue) = 140+139+152=431 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.48% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 152 - color contains mainly: blue. Hex color #8C8B98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8B98 is #737467. Grayscale: #8C8C8C. Windows color (decimal): -7566440 or 9997196. OLE color: 9997196.
HSL color Cylindrical-coordinate representation of color #8C8B98: hue angle of 244.62º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8C8B98 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 140 | 139 | 152 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.40 |
| HSL | 244.62º | 0.06% | 0.57% | - |
| HSV(B) | 244.62º | 0.09% | 0.6% | - |
| XYZ | 25.72 | 26.31 | 33.43 | - |
| YUV | 140.78 | 134.33 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 139 | 152 | 0.08 | 0.09 | 0 | 0.40 | 244.62 | 0.06 | 0.57 |
| Hex | 8C | 8B | 98 | 8 | 9 | 0 | 28 | F5 | 6 | 39 |
| Octal | 214 | 213 | 230 | 10 | 11 | 0 | 50 | 365 | 6 | 71 |
| Binary | 10001100 | 10001011 | 10011000 | 1000 | 1001 | 0 | 101000 | 11110101 | 110 | 111001 |
Color Harmonies of #8C8B98
Complementary color
Monochromatic Colors of #8C8B98
Black with #8C8B98
Text Example
Text Example
White with #8C8B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8B98; }
p { color: rgb(140,139,152); }
H1.HeaderClassName
{
color: #8C8B98;
}
.AnyTagClassName
{
color: #8C8B98;
}
</style>
background-color css
<style>
a { background-color: #8C8B98; }
a { background-color: rgb(140,139,152); }
div.DivClassName
{
background-color: #8C8B98;
}
.BgClassName
{
background-color: #8C8B98;
}
</style>
border-color css
<style>
span { border-color: #8C8B98; }
span { border-color: rgb(140,139,152); }
td.TdClassName
{
border-color: #8C8B98;
}
.TagClassName
{
border-color: #8C8B98;
}
</style>