Shades of Deluge #8E81AA
Tints of Deluge #8E81AA
RGB
CMYK
RGB Variations
Color information
#8E81AA (or 0x8E81AA) is known color: Deluge. HEX triplet: 8E, 81 and AA. RGB value is (142,129,170). Sum of RGB (Red+Green+Blue) = 142+129+170=441 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.20% from 441); Green value is 129 (50.78% from 255 or 29.25% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E81AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E81AA is #717E55. Grayscale: #898989. Windows color (decimal): -7437910 or 11174286. OLE color: 11174286.
HSL color Cylindrical-coordinate representation of color #8E81AA: hue angle of 259.02º degrees, saturation: 0.19, 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 #8E81AA is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 129 | 170 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.33 |
| HSL | 259.02º | 0.19% | 0.59% | - |
| HSV(B) | 259.02º | 0.24% | 0.67% | - |
| XYZ | 26.26 | 24.35 | 41.35 | - |
| YUV | 137.56 | 146.31 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 129 | 170 | 0.16 | 0.24 | 0 | 0.33 | 259.02 | 0.19 | 0.59 |
| Hex | 8E | 81 | AA | 10 | 18 | 0 | 21 | 103 | 13 | 3B |
| Octal | 216 | 201 | 252 | 20 | 30 | 0 | 41 | 403 | 23 | 73 |
| Binary | 10001110 | 10000001 | 10101010 | 10000 | 11000 | 0 | 100001 | 100000011 | 10011 | 111011 |
Color Harmonies of #8E81AA
Complementary color
Monochromatic Colors of #8E81AA
Black with #8E81AA
Text Example
Text Example
White with #8E81AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E81AA; }
p { color: rgb(142,129,170); }
H1.HeaderClassName
{
color: #8E81AA;
}
.AnyTagClassName
{
color: #8E81AA;
}
</style>
background-color css
<style>
a { background-color: #8E81AA; }
a { background-color: rgb(142,129,170); }
div.DivClassName
{
background-color: #8E81AA;
}
.BgClassName
{
background-color: #8E81AA;
}
</style>
border-color css
<style>
span { border-color: #8E81AA; }
span { border-color: rgb(142,129,170); }
td.TdClassName
{
border-color: #8E81AA;
}
.TagClassName
{
border-color: #8E81AA;
}
</style>