Shades of Deluge #8E849F
Tints of Deluge #8E849F
RGB
CMYK
RGB Variations
Color information
#8E849F (or 0x8E849F) is known color: Deluge. HEX triplet: 8E, 84 and 9F. RGB value is (142,132,159). Sum of RGB (Red+Green+Blue) = 142+132+159=433 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.79% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 159 - color contains mainly: blue. Hex color #8E849F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E849F is #717B60. Grayscale: #898989. Windows color (decimal): -7437153 or 10454158. OLE color: 10454158.
HSL color Cylindrical-coordinate representation of color #8E849F: hue angle of 262.22º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8E849F is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 132 | 159 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.38 |
| HSL | 262.22º | 0.12% | 0.57% | - |
| HSV(B) | 262.22º | 0.17% | 0.62% | - |
| XYZ | 25.66 | 24.76 | 36.23 | - |
| YUV | 138.07 | 139.81 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 132 | 159 | 0.11 | 0.17 | 0 | 0.38 | 262.22 | 0.12 | 0.57 |
| Hex | 8E | 84 | 9F | B | 11 | 0 | 26 | 106 | C | 39 |
| Octal | 216 | 204 | 237 | 13 | 21 | 0 | 46 | 406 | 14 | 71 |
| Binary | 10001110 | 10000100 | 10011111 | 1011 | 10001 | 0 | 100110 | 100000110 | 1100 | 111001 |
Color Harmonies of #8E849F
Complementary color
Monochromatic Colors of #8E849F
Black with #8E849F
Text Example
Text Example
White with #8E849F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E849F; }
p { color: rgb(142,132,159); }
H1.HeaderClassName
{
color: #8E849F;
}
.AnyTagClassName
{
color: #8E849F;
}
</style>
background-color css
<style>
a { background-color: #8E849F; }
a { background-color: rgb(142,132,159); }
div.DivClassName
{
background-color: #8E849F;
}
.BgClassName
{
background-color: #8E849F;
}
</style>
border-color css
<style>
span { border-color: #8E849F; }
span { border-color: rgb(142,132,159); }
td.TdClassName
{
border-color: #8E849F;
}
.TagClassName
{
border-color: #8E849F;
}
</style>