Shades of Deluge #866AB0
Tints of Deluge #866AB0
RGB
CMYK
RGB Variations
Color information
#866AB0 (or 0x866AB0) is known color: Deluge. HEX triplet: 86, 6A and B0. RGB value is (134,106,176). Sum of RGB (Red+Green+Blue) = 134+106+176=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 176 (69.14% from 255 or 42.31% from 416); Max value from RGB is 176 - color contains mainly: blue. Hex color #866AB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866AB0 is #79954F. Grayscale: #7A7A7A. Windows color (decimal): -7968080 or 11561606. OLE color: 11561606.
HSL color Cylindrical-coordinate representation of color #866AB0: hue angle of 264º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #866AB0 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 106 | 176 | - |
| CMYK | 0.24 | 0.40 | 0 | 0.31 |
| HSL | 264º | 0.31% | 0.55% | - |
| HSV(B) | 264º | 0.4% | 0.69% | - |
| XYZ | 22.82 | 18.51 | 43.44 | - |
| YUV | 122.35 | 158.28 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 106 | 176 | 0.24 | 0.40 | 0 | 0.31 | 264 | 0.31 | 0.55 |
| Hex | 86 | 6A | B0 | 18 | 28 | 0 | 1F | 108 | 1F | 37 |
| Octal | 206 | 152 | 260 | 30 | 50 | 0 | 37 | 410 | 37 | 67 |
| Binary | 10000110 | 1101010 | 10110000 | 11000 | 101000 | 0 | 11111 | 100001000 | 11111 | 110111 |
Color Harmonies of #866AB0
Complementary color
Monochromatic Colors of #866AB0
Black with #866AB0
Text Example
Text Example
White with #866AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866AB0; }
p { color: rgb(134,106,176); }
H1.HeaderClassName
{
color: #866AB0;
}
.AnyTagClassName
{
color: #866AB0;
}
</style>
background-color css
<style>
a { background-color: #866AB0; }
a { background-color: rgb(134,106,176); }
div.DivClassName
{
background-color: #866AB0;
}
.BgClassName
{
background-color: #866AB0;
}
</style>
border-color css
<style>
span { border-color: #866AB0; }
span { border-color: rgb(134,106,176); }
td.TdClassName
{
border-color: #866AB0;
}
.TagClassName
{
border-color: #866AB0;
}
</style>