Shades of Deluge #866DAE
Tints of Deluge #866DAE
RGB
CMYK
RGB Variations
Color information
#866DAE (or 0x866DAE) is known color: Deluge. HEX triplet: 86, 6D and AE. RGB value is (134,109,174). Sum of RGB (Red+Green+Blue) = 134+109+174=417 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.13% from 417); Green value is 109 (42.97% from 255 or 26.14% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #866DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866DAE is #799251. Grayscale: #7B7B7B. Windows color (decimal): -7967314 or 11431302. OLE color: 11431302.
HSL color Cylindrical-coordinate representation of color #866DAE: hue angle of 263.08º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #866DAE is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 109 | 174 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.32 |
| HSL | 263.08º | 0.29% | 0.55% | - |
| HSV(B) | 263.08º | 0.37% | 0.68% | - |
| XYZ | 22.94 | 19.06 | 42.51 | - |
| YUV | 123.89 | 156.28 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 109 | 174 | 0.23 | 0.37 | 0 | 0.32 | 263.08 | 0.29 | 0.55 |
| Hex | 86 | 6D | AE | 17 | 25 | 0 | 20 | 107 | 1D | 37 |
| Octal | 206 | 155 | 256 | 27 | 45 | 0 | 40 | 407 | 35 | 67 |
| Binary | 10000110 | 1101101 | 10101110 | 10111 | 100101 | 0 | 100000 | 100000111 | 11101 | 110111 |
Color Harmonies of #866DAE
Complementary color
Monochromatic Colors of #866DAE
Black with #866DAE
Text Example
Text Example
White with #866DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866DAE; }
p { color: rgb(134,109,174); }
H1.HeaderClassName
{
color: #866DAE;
}
.AnyTagClassName
{
color: #866DAE;
}
</style>
background-color css
<style>
a { background-color: #866DAE; }
a { background-color: rgb(134,109,174); }
div.DivClassName
{
background-color: #866DAE;
}
.BgClassName
{
background-color: #866DAE;
}
</style>
border-color css
<style>
span { border-color: #866DAE; }
span { border-color: rgb(134,109,174); }
td.TdClassName
{
border-color: #866DAE;
}
.TagClassName
{
border-color: #866DAE;
}
</style>