Shades of Deluge #8E7DA9
Tints of Deluge #8E7DA9
RGB
CMYK
RGB Variations
Color information
#8E7DA9 (or 0x8E7DA9) is known color: Deluge. HEX triplet: 8E, 7D and A9. RGB value is (142,125,169). Sum of RGB (Red+Green+Blue) = 142+125+169=436 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.57% from 436); Green value is 125 (49.22% from 255 or 28.67% from 436); Blue value is 169 (66.41% from 255 or 38.76% from 436); Max value from RGB is 169 - color contains mainly: blue. Hex color #8E7DA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7DA9 is #718256. Grayscale: #868686. Windows color (decimal): -7438935 or 11107726. OLE color: 11107726.
HSL color Cylindrical-coordinate representation of color #8E7DA9: hue angle of 263.18º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8E7DA9 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 142 | 125 | 169 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.34 |
| HSL | 263.18º | 0.2% | 0.58% | - |
| HSV(B) | 263.18º | 0.26% | 0.66% | - |
| XYZ | 25.65 | 23.28 | 40.68 | - |
| YUV | 135.1 | 147.13 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 125 | 169 | 0.16 | 0.26 | 0 | 0.34 | 263.18 | 0.2 | 0.58 |
| Hex | 8E | 7D | A9 | 10 | 1A | 0 | 22 | 107 | 14 | 3A |
| Octal | 216 | 175 | 251 | 20 | 32 | 0 | 42 | 407 | 24 | 72 |
| Binary | 10001110 | 1111101 | 10101001 | 10000 | 11010 | 0 | 100010 | 100000111 | 10100 | 111010 |
Color Harmonies of #8E7DA9
Complementary color
Monochromatic Colors of #8E7DA9
Black with #8E7DA9
Text Example
Text Example
White with #8E7DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7DA9; }
p { color: rgb(142,125,169); }
H1.HeaderClassName
{
color: #8E7DA9;
}
.AnyTagClassName
{
color: #8E7DA9;
}
</style>
background-color css
<style>
a { background-color: #8E7DA9; }
a { background-color: rgb(142,125,169); }
div.DivClassName
{
background-color: #8E7DA9;
}
.BgClassName
{
background-color: #8E7DA9;
}
</style>
border-color css
<style>
span { border-color: #8E7DA9; }
span { border-color: rgb(142,125,169); }
td.TdClassName
{
border-color: #8E7DA9;
}
.TagClassName
{
border-color: #8E7DA9;
}
</style>