Shades of Deluge #866DA0
Tints of Deluge #866DA0
RGB
CMYK
RGB Variations
Color information
#866DA0 (or 0x866DA0) is known color: Deluge. HEX triplet: 86, 6D and A0. RGB value is (134,109,160). Sum of RGB (Red+Green+Blue) = 134+109+160=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 160 (62.89% from 255 or 39.70% from 403); Max value from RGB is 160 - color contains mainly: blue. Hex color #866DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866DA0 is #79925F. Grayscale: #7A7A7A. Windows color (decimal): -7967328 or 10513798. OLE color: 10513798.
HSL color Cylindrical-coordinate representation of color #866DA0: hue angle of 269.41º 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 #866DA0 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 109 | 160 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.37 |
| HSL | 269.41º | 0.21% | 0.53% | - |
| HSV(B) | 269.41º | 0.32% | 0.63% | - |
| XYZ | 21.65 | 18.54 | 35.7 | - |
| YUV | 122.29 | 149.28 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 109 | 160 | 0.16 | 0.32 | 0 | 0.37 | 269.41 | 0.21 | 0.53 |
| Hex | 86 | 6D | A0 | 10 | 20 | 0 | 25 | 10D | 15 | 35 |
| Octal | 206 | 155 | 240 | 20 | 40 | 0 | 45 | 415 | 25 | 65 |
| Binary | 10000110 | 1101101 | 10100000 | 10000 | 100000 | 0 | 100101 | 100001101 | 10101 | 110101 |
Color Harmonies of #866DA0
Complementary color
Monochromatic Colors of #866DA0
Black with #866DA0
Text Example
Text Example
White with #866DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866DA0; }
p { color: rgb(134,109,160); }
H1.HeaderClassName
{
color: #866DA0;
}
.AnyTagClassName
{
color: #866DA0;
}
</style>
background-color css
<style>
a { background-color: #866DA0; }
a { background-color: rgb(134,109,160); }
div.DivClassName
{
background-color: #866DA0;
}
.BgClassName
{
background-color: #866DA0;
}
</style>
border-color css
<style>
span { border-color: #866DA0; }
span { border-color: rgb(134,109,160); }
td.TdClassName
{
border-color: #866DA0;
}
.TagClassName
{
border-color: #866DA0;
}
</style>