Shades of Deluge #866AB2
Tints of Deluge #866AB2
RGB
CMYK
RGB Variations
Color information
#866AB2 (or 0x866AB2) is known color: Deluge. HEX triplet: 86, 6A and B2. RGB value is (134,106,178). Sum of RGB (Red+Green+Blue) = 134+106+178=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 106 (41.80% from 255 or 25.36% from 418); Blue value is 178 (69.92% from 255 or 42.58% from 418); Max value from RGB is 178 - color contains mainly: blue. Hex color #866AB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866AB2 is #79954D. Grayscale: #7A7A7A. Windows color (decimal): -7968078 or 11692678. OLE color: 11692678.
HSL color Cylindrical-coordinate representation of color #866AB2: hue angle of 263.33º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #866AB2 is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 134 | 106 | 178 | - |
| CMYK | 0.25 | 0.40 | 0 | 0.30 |
| HSL | 263.33º | 0.32% | 0.56% | - |
| HSV(B) | 263.33º | 0.4% | 0.7% | - |
| XYZ | 23.02 | 18.59 | 44.49 | - |
| YUV | 122.58 | 159.28 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 106 | 178 | 0.25 | 0.40 | 0 | 0.30 | 263.33 | 0.32 | 0.56 |
| Hex | 86 | 6A | B2 | 19 | 28 | 0 | 1E | 107 | 20 | 38 |
| Octal | 206 | 152 | 262 | 31 | 50 | 0 | 36 | 407 | 40 | 70 |
| Binary | 10000110 | 1101010 | 10110010 | 11001 | 101000 | 0 | 11110 | 100000111 | 100000 | 111000 |
Color Harmonies of #866AB2
Complementary color
Monochromatic Colors of #866AB2
Black with #866AB2
Text Example
Text Example
White with #866AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866AB2; }
p { color: rgb(134,106,178); }
H1.HeaderClassName
{
color: #866AB2;
}
.AnyTagClassName
{
color: #866AB2;
}
</style>
background-color css
<style>
a { background-color: #866AB2; }
a { background-color: rgb(134,106,178); }
div.DivClassName
{
background-color: #866AB2;
}
.BgClassName
{
background-color: #866AB2;
}
</style>
border-color css
<style>
span { border-color: #866AB2; }
span { border-color: rgb(134,106,178); }
td.TdClassName
{
border-color: #866AB2;
}
.TagClassName
{
border-color: #866AB2;
}
</style>