Shades of Deluge #866AAC
Tints of Deluge #866AAC
RGB
CMYK
RGB Variations
Color information
#866AAC (or 0x866AAC) is known color: Deluge. HEX triplet: 86, 6A and AC. RGB value is (134,106,172). Sum of RGB (Red+Green+Blue) = 134+106+172=412 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.52% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 172 - color contains mainly: blue. Hex color #866AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866AAC is #799553. Grayscale: #797979. Windows color (decimal): -7968084 or 11299462. OLE color: 11299462.
HSL color Cylindrical-coordinate representation of color #866AAC: hue angle of 265.45º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #866AAC is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 106 | 172 | - |
| CMYK | 0.22 | 0.38 | 0 | 0.33 |
| HSL | 265.45º | 0.28% | 0.55% | - |
| HSV(B) | 265.45º | 0.38% | 0.67% | - |
| XYZ | 22.43 | 18.35 | 41.39 | - |
| YUV | 121.9 | 156.28 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 106 | 172 | 0.22 | 0.38 | 0 | 0.33 | 265.45 | 0.28 | 0.55 |
| Hex | 86 | 6A | AC | 16 | 26 | 0 | 21 | 109 | 1C | 37 |
| Octal | 206 | 152 | 254 | 26 | 46 | 0 | 41 | 411 | 34 | 67 |
| Binary | 10000110 | 1101010 | 10101100 | 10110 | 100110 | 0 | 100001 | 100001001 | 11100 | 110111 |
Color Harmonies of #866AAC
Complementary color
Monochromatic Colors of #866AAC
Black with #866AAC
Text Example
Text Example
White with #866AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866AAC; }
p { color: rgb(134,106,172); }
H1.HeaderClassName
{
color: #866AAC;
}
.AnyTagClassName
{
color: #866AAC;
}
</style>
background-color css
<style>
a { background-color: #866AAC; }
a { background-color: rgb(134,106,172); }
div.DivClassName
{
background-color: #866AAC;
}
.BgClassName
{
background-color: #866AAC;
}
</style>
border-color css
<style>
span { border-color: #866AAC; }
span { border-color: rgb(134,106,172); }
td.TdClassName
{
border-color: #866AAC;
}
.TagClassName
{
border-color: #866AAC;
}
</style>