Shades of Grey Suit #8E83AB
Tints of Grey Suit #8E83AB
RGB
CMYK
RGB Variations
Color information
#8E83AB (or 0x8E83AB) is known color: Grey Suit. HEX triplet: 8E, 83 and AB. RGB value is (142,131,171). Sum of RGB (Red+Green+Blue) = 142+131+171=444 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.98% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E83AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E83AB is #717C54. Grayscale: #8A8A8A. Windows color (decimal): -7437397 or 11240334. OLE color: 11240334.
HSL color Cylindrical-coordinate representation of color #8E83AB: hue angle of 256.5º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8E83AB is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 131 | 171 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.33 |
| HSL | 256.5º | 0.19% | 0.59% | - |
| HSV(B) | 256.5º | 0.23% | 0.67% | - |
| XYZ | 26.62 | 24.92 | 41.94 | - |
| YUV | 138.85 | 146.14 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 131 | 171 | 0.17 | 0.23 | 0 | 0.33 | 256.5 | 0.19 | 0.59 |
| Hex | 8E | 83 | AB | 11 | 17 | 0 | 21 | 100 | 13 | 3B |
| Octal | 216 | 203 | 253 | 21 | 27 | 0 | 41 | 400 | 23 | 73 |
| Binary | 10001110 | 10000011 | 10101011 | 10001 | 10111 | 0 | 100001 | 100000000 | 10011 | 111011 |
Color Harmonies of #8E83AB
Complementary color
Monochromatic Colors of #8E83AB
Black with #8E83AB
Text Example
Text Example
White with #8E83AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E83AB; }
p { color: rgb(142,131,171); }
H1.HeaderClassName
{
color: #8E83AB;
}
.AnyTagClassName
{
color: #8E83AB;
}
</style>
background-color css
<style>
a { background-color: #8E83AB; }
a { background-color: rgb(142,131,171); }
div.DivClassName
{
background-color: #8E83AB;
}
.BgClassName
{
background-color: #8E83AB;
}
</style>
border-color css
<style>
span { border-color: #8E83AB; }
span { border-color: rgb(142,131,171); }
td.TdClassName
{
border-color: #8E83AB;
}
.TagClassName
{
border-color: #8E83AB;
}
</style>