Shades of Grey Suit #8C849E
Tints of Grey Suit #8C849E
RGB
CMYK
RGB Variations
Color information
#8C849E (or 0x8C849E) is known color: Grey Suit. HEX triplet: 8C, 84 and 9E. RGB value is (140,132,158). Sum of RGB (Red+Green+Blue) = 140+132+158=430 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.56% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 158 - color contains mainly: blue. Hex color #8C849E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C849E is #737B61. Grayscale: #898989. Windows color (decimal): -7568226 or 10388620. OLE color: 10388620.
HSL color Cylindrical-coordinate representation of color #8C849E: hue angle of 258.46º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8C849E is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 132 | 158 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.38 |
| HSL | 258.46º | 0.12% | 0.57% | - |
| HSV(B) | 258.46º | 0.16% | 0.62% | - |
| XYZ | 25.24 | 24.55 | 35.76 | - |
| YUV | 137.36 | 139.65 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 132 | 158 | 0.11 | 0.16 | 0 | 0.38 | 258.46 | 0.12 | 0.57 |
| Hex | 8C | 84 | 9E | B | 10 | 0 | 26 | 102 | C | 39 |
| Octal | 214 | 204 | 236 | 13 | 20 | 0 | 46 | 402 | 14 | 71 |
| Binary | 10001100 | 10000100 | 10011110 | 1011 | 10000 | 0 | 100110 | 100000010 | 1100 | 111001 |
Color Harmonies of #8C849E
Complementary color
Monochromatic Colors of #8C849E
Black with #8C849E
Text Example
Text Example
White with #8C849E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C849E; }
p { color: rgb(140,132,158); }
H1.HeaderClassName
{
color: #8C849E;
}
.AnyTagClassName
{
color: #8C849E;
}
</style>
background-color css
<style>
a { background-color: #8C849E; }
a { background-color: rgb(140,132,158); }
div.DivClassName
{
background-color: #8C849E;
}
.BgClassName
{
background-color: #8C849E;
}
</style>
border-color css
<style>
span { border-color: #8C849E; }
span { border-color: rgb(140,132,158); }
td.TdClassName
{
border-color: #8C849E;
}
.TagClassName
{
border-color: #8C849E;
}
</style>