Shades of Deluge #8E83AA
Tints of Deluge #8E83AA
RGB
CMYK
RGB Variations
Color information
#8E83AA (or 0x8E83AA) is known color: Deluge. HEX triplet: 8E, 83 and AA. RGB value is (142,131,170). Sum of RGB (Red+Green+Blue) = 142+131+170=443 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.05% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E83AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E83AA is #717C55. Grayscale: #8A8A8A. Windows color (decimal): -7437398 or 11174798. OLE color: 11174798.
HSL color Cylindrical-coordinate representation of color #8E83AA: hue angle of 256.92º 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 #8E83AA is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 131 | 170 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.33 |
| HSL | 256.92º | 0.19% | 0.59% | - |
| HSV(B) | 256.92º | 0.23% | 0.67% | - |
| XYZ | 26.53 | 24.89 | 41.44 | - |
| YUV | 138.74 | 145.64 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 131 | 170 | 0.16 | 0.23 | 0 | 0.33 | 256.92 | 0.19 | 0.59 |
| Hex | 8E | 83 | AA | 10 | 17 | 0 | 21 | 101 | 13 | 3B |
| Octal | 216 | 203 | 252 | 20 | 27 | 0 | 41 | 401 | 23 | 73 |
| Binary | 10001110 | 10000011 | 10101010 | 10000 | 10111 | 0 | 100001 | 100000001 | 10011 | 111011 |
Color Harmonies of #8E83AA
Complementary color
Monochromatic Colors of #8E83AA
Black with #8E83AA
Text Example
Text Example
White with #8E83AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E83AA; }
p { color: rgb(142,131,170); }
H1.HeaderClassName
{
color: #8E83AA;
}
.AnyTagClassName
{
color: #8E83AA;
}
</style>
background-color css
<style>
a { background-color: #8E83AA; }
a { background-color: rgb(142,131,170); }
div.DivClassName
{
background-color: #8E83AA;
}
.BgClassName
{
background-color: #8E83AA;
}
</style>
border-color css
<style>
span { border-color: #8E83AA; }
span { border-color: rgb(142,131,170); }
td.TdClassName
{
border-color: #8E83AA;
}
.TagClassName
{
border-color: #8E83AA;
}
</style>