Shades of Deluge #866CAE
Tints of Deluge #866CAE
RGB
CMYK
RGB Variations
Color information
#866CAE (or 0x866CAE) is known color: Deluge. HEX triplet: 86, 6C and AE. RGB value is (134,108,174). Sum of RGB (Red+Green+Blue) = 134+108+174=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 174 - color contains mainly: blue. Hex color #866CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866CAE is #799351. Grayscale: #7B7B7B. Windows color (decimal): -7967570 or 11431046. OLE color: 11431046.
HSL color Cylindrical-coordinate representation of color #866CAE: hue angle of 263.64º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #866CAE is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 108 | 174 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.32 |
| HSL | 263.64º | 0.29% | 0.55% | - |
| HSV(B) | 263.64º | 0.38% | 0.68% | - |
| XYZ | 22.83 | 18.85 | 42.48 | - |
| YUV | 123.3 | 156.61 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 108 | 174 | 0.23 | 0.38 | 0 | 0.32 | 263.64 | 0.29 | 0.55 |
| Hex | 86 | 6C | AE | 17 | 26 | 0 | 20 | 108 | 1D | 37 |
| Octal | 206 | 154 | 256 | 27 | 46 | 0 | 40 | 410 | 35 | 67 |
| Binary | 10000110 | 1101100 | 10101110 | 10111 | 100110 | 0 | 100000 | 100001000 | 11101 | 110111 |
Color Harmonies of #866CAE
Complementary color
Monochromatic Colors of #866CAE
Black with #866CAE
Text Example
Text Example
White with #866CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866CAE; }
p { color: rgb(134,108,174); }
H1.HeaderClassName
{
color: #866CAE;
}
.AnyTagClassName
{
color: #866CAE;
}
</style>
background-color css
<style>
a { background-color: #866CAE; }
a { background-color: rgb(134,108,174); }
div.DivClassName
{
background-color: #866CAE;
}
.BgClassName
{
background-color: #866CAE;
}
</style>
border-color css
<style>
span { border-color: #866CAE; }
span { border-color: rgb(134,108,174); }
td.TdClassName
{
border-color: #866CAE;
}
.TagClassName
{
border-color: #866CAE;
}
</style>