Shades of Deluge #866CA0
Tints of Deluge #866CA0
RGB
CMYK
RGB Variations
Color information
#866CA0 (or 0x866CA0) is known color: Deluge. HEX triplet: 86, 6C and A0. RGB value is (134,108,160). Sum of RGB (Red+Green+Blue) = 134+108+160=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 160 (62.89% from 255 or 39.80% from 402); Max value from RGB is 160 - color contains mainly: blue. Hex color #866CA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866CA0 is #79935F. Grayscale: #797979. Windows color (decimal): -7967584 or 10513542. OLE color: 10513542.
HSL color Cylindrical-coordinate representation of color #866CA0: hue angle of 270º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #866CA0 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 108 | 160 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.37 |
| HSL | 270º | 0.21% | 0.53% | - |
| HSV(B) | 270º | 0.33% | 0.63% | - |
| XYZ | 21.54 | 18.33 | 35.66 | - |
| YUV | 121.7 | 149.61 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 108 | 160 | 0.16 | 0.32 | 0 | 0.37 | 270 | 0.21 | 0.53 |
| Hex | 86 | 6C | A0 | 10 | 20 | 0 | 25 | 10E | 15 | 35 |
| Octal | 206 | 154 | 240 | 20 | 40 | 0 | 45 | 416 | 25 | 65 |
| Binary | 10000110 | 1101100 | 10100000 | 10000 | 100000 | 0 | 100101 | 100001110 | 10101 | 110101 |
Color Harmonies of #866CA0
Complementary color
Monochromatic Colors of #866CA0
Black with #866CA0
Text Example
Text Example
White with #866CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866CA0; }
p { color: rgb(134,108,160); }
H1.HeaderClassName
{
color: #866CA0;
}
.AnyTagClassName
{
color: #866CA0;
}
</style>
background-color css
<style>
a { background-color: #866CA0; }
a { background-color: rgb(134,108,160); }
div.DivClassName
{
background-color: #866CA0;
}
.BgClassName
{
background-color: #866CA0;
}
</style>
border-color css
<style>
span { border-color: #866CA0; }
span { border-color: rgb(134,108,160); }
td.TdClassName
{
border-color: #866CA0;
}
.TagClassName
{
border-color: #866CA0;
}
</style>