Shades of Deluge #866EAB
Tints of Deluge #866EAB
RGB
CMYK
RGB Variations
Color information
#866EAB (or 0x866EAB) is known color: Deluge. HEX triplet: 86, 6E and AB. RGB value is (134,110,171). Sum of RGB (Red+Green+Blue) = 134+110+171=415 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.29% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #866EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866EAB is #799154. Grayscale: #7B7B7B. Windows color (decimal): -7967061 or 11234950. OLE color: 11234950.
HSL color Cylindrical-coordinate representation of color #866EAB: hue angle of 263.61º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #866EAB is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 110 | 171 | - |
| CMYK | 0.22 | 0.36 | 0 | 0.33 |
| HSL | 263.61º | 0.27% | 0.55% | - |
| HSV(B) | 263.61º | 0.36% | 0.67% | - |
| XYZ | 22.76 | 19.16 | 41.03 | - |
| YUV | 124.13 | 154.45 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 110 | 171 | 0.22 | 0.36 | 0 | 0.33 | 263.61 | 0.27 | 0.55 |
| Hex | 86 | 6E | AB | 16 | 24 | 0 | 21 | 108 | 1B | 37 |
| Octal | 206 | 156 | 253 | 26 | 44 | 0 | 41 | 410 | 33 | 67 |
| Binary | 10000110 | 1101110 | 10101011 | 10110 | 100100 | 0 | 100001 | 100001000 | 11011 | 110111 |
Color Harmonies of #866EAB
Complementary color
Monochromatic Colors of #866EAB
Black with #866EAB
Text Example
Text Example
White with #866EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866EAB; }
p { color: rgb(134,110,171); }
H1.HeaderClassName
{
color: #866EAB;
}
.AnyTagClassName
{
color: #866EAB;
}
</style>
background-color css
<style>
a { background-color: #866EAB; }
a { background-color: rgb(134,110,171); }
div.DivClassName
{
background-color: #866EAB;
}
.BgClassName
{
background-color: #866EAB;
}
</style>
border-color css
<style>
span { border-color: #866EAB; }
span { border-color: rgb(134,110,171); }
td.TdClassName
{
border-color: #866EAB;
}
.TagClassName
{
border-color: #866EAB;
}
</style>