Shades of Deluge #8E82AB
Tints of Deluge #8E82AB
RGB
CMYK
RGB Variations
Color information
#8E82AB (or 0x8E82AB) is known color: Deluge. HEX triplet: 8E, 82 and AB. RGB value is (142,130,171). Sum of RGB (Red+Green+Blue) = 142+130+171=443 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.05% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E82AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E82AB is #717D54. Grayscale: #8A8A8A. Windows color (decimal): -7437653 or 11240078. OLE color: 11240078.
HSL color Cylindrical-coordinate representation of color #8E82AB: hue angle of 257.56º 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 #8E82AB is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 130 | 171 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.33 |
| HSL | 257.56º | 0.2% | 0.59% | - |
| HSV(B) | 257.56º | 0.24% | 0.67% | - |
| XYZ | 26.49 | 24.66 | 41.89 | - |
| YUV | 138.26 | 146.48 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 130 | 171 | 0.17 | 0.24 | 0 | 0.33 | 257.56 | 0.2 | 0.59 |
| Hex | 8E | 82 | AB | 11 | 18 | 0 | 21 | 102 | 14 | 3B |
| Octal | 216 | 202 | 253 | 21 | 30 | 0 | 41 | 402 | 24 | 73 |
| Binary | 10001110 | 10000010 | 10101011 | 10001 | 11000 | 0 | 100001 | 100000010 | 10100 | 111011 |
Color Harmonies of #8E82AB
Complementary color
Monochromatic Colors of #8E82AB
Black with #8E82AB
Text Example
Text Example
White with #8E82AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E82AB; }
p { color: rgb(142,130,171); }
H1.HeaderClassName
{
color: #8E82AB;
}
.AnyTagClassName
{
color: #8E82AB;
}
</style>
background-color css
<style>
a { background-color: #8E82AB; }
a { background-color: rgb(142,130,171); }
div.DivClassName
{
background-color: #8E82AB;
}
.BgClassName
{
background-color: #8E82AB;
}
</style>
border-color css
<style>
span { border-color: #8E82AB; }
span { border-color: rgb(142,130,171); }
td.TdClassName
{
border-color: #8E82AB;
}
.TagClassName
{
border-color: #8E82AB;
}
</style>