Shades of Grey Suit #8E83AC
Tints of Grey Suit #8E83AC
RGB
CMYK
RGB Variations
Color information
#8E83AC (or 0x8E83AC) is known color: Grey Suit. HEX triplet: 8E, 83 and AC. RGB value is (142,131,172). Sum of RGB (Red+Green+Blue) = 142+131+172=445 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.91% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 172 - color contains mainly: blue. Hex color #8E83AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E83AC is #717C53. Grayscale: #8A8A8A. Windows color (decimal): -7437396 or 11305870. OLE color: 11305870.
HSL color Cylindrical-coordinate representation of color #8E83AC: hue angle of 256.1º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8E83AC is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 131 | 172 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.33 |
| HSL | 256.1º | 0.2% | 0.59% | - |
| HSV(B) | 256.1º | 0.24% | 0.67% | - |
| XYZ | 26.72 | 24.96 | 42.44 | - |
| YUV | 138.96 | 146.64 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 131 | 172 | 0.17 | 0.24 | 0 | 0.33 | 256.1 | 0.2 | 0.59 |
| Hex | 8E | 83 | AC | 11 | 18 | 0 | 21 | 100 | 14 | 3B |
| Octal | 216 | 203 | 254 | 21 | 30 | 0 | 41 | 400 | 24 | 73 |
| Binary | 10001110 | 10000011 | 10101100 | 10001 | 11000 | 0 | 100001 | 100000000 | 10100 | 111011 |
Color Harmonies of #8E83AC
Complementary color
Monochromatic Colors of #8E83AC
Black with #8E83AC
Text Example
Text Example
White with #8E83AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E83AC; }
p { color: rgb(142,131,172); }
H1.HeaderClassName
{
color: #8E83AC;
}
.AnyTagClassName
{
color: #8E83AC;
}
</style>
background-color css
<style>
a { background-color: #8E83AC; }
a { background-color: rgb(142,131,172); }
div.DivClassName
{
background-color: #8E83AC;
}
.BgClassName
{
background-color: #8E83AC;
}
</style>
border-color css
<style>
span { border-color: #8E83AC; }
span { border-color: rgb(142,131,172); }
td.TdClassName
{
border-color: #8E83AC;
}
.TagClassName
{
border-color: #8E83AC;
}
</style>