Shades of Deluge #866CAD
Tints of Deluge #866CAD
RGB
CMYK
RGB Variations
Color information
#866CAD (or 0x866CAD) is known color: Deluge. HEX triplet: 86, 6C and AD. RGB value is (134,108,173). Sum of RGB (Red+Green+Blue) = 134+108+173=415 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.29% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 173 - color contains mainly: blue. Hex color #866CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866CAD is #799352. Grayscale: #7A7A7A. Windows color (decimal): -7967571 or 11365510. OLE color: 11365510.
HSL color Cylindrical-coordinate representation of color #866CAD: hue angle of 264º degrees, saturation: 0.28, 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 #866CAD is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 108 | 173 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.32 |
| HSL | 264º | 0.28% | 0.55% | - |
| HSV(B) | 264º | 0.38% | 0.68% | - |
| XYZ | 22.74 | 18.81 | 41.97 | - |
| YUV | 123.18 | 156.11 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 108 | 173 | 0.23 | 0.38 | 0 | 0.32 | 264 | 0.28 | 0.55 |
| Hex | 86 | 6C | AD | 17 | 26 | 0 | 20 | 108 | 1C | 37 |
| Octal | 206 | 154 | 255 | 27 | 46 | 0 | 40 | 410 | 34 | 67 |
| Binary | 10000110 | 1101100 | 10101101 | 10111 | 100110 | 0 | 100000 | 100001000 | 11100 | 110111 |
Color Harmonies of #866CAD
Complementary color
Monochromatic Colors of #866CAD
Black with #866CAD
Text Example
Text Example
White with #866CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866CAD; }
p { color: rgb(134,108,173); }
H1.HeaderClassName
{
color: #866CAD;
}
.AnyTagClassName
{
color: #866CAD;
}
</style>
background-color css
<style>
a { background-color: #866CAD; }
a { background-color: rgb(134,108,173); }
div.DivClassName
{
background-color: #866CAD;
}
.BgClassName
{
background-color: #866CAD;
}
</style>
border-color css
<style>
span { border-color: #866CAD; }
span { border-color: rgb(134,108,173); }
td.TdClassName
{
border-color: #866CAD;
}
.TagClassName
{
border-color: #866CAD;
}
</style>