Shades of Deluge #866DB0
Tints of Deluge #866DB0
RGB
CMYK
RGB Variations
Color information
#866DB0 (or 0x866DB0) is known color: Deluge. HEX triplet: 86, 6D and B0. RGB value is (134,109,176). Sum of RGB (Red+Green+Blue) = 134+109+176=419 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.98% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 176 (69.14% from 255 or 42.00% from 419); Max value from RGB is 176 - color contains mainly: blue. Hex color #866DB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866DB0 is #79924F. Grayscale: #7B7B7B. Windows color (decimal): -7967312 or 11562374. OLE color: 11562374.
HSL color Cylindrical-coordinate representation of color #866DB0: hue angle of 262.39º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #866DB0 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 109 | 176 | - |
| CMYK | 0.24 | 0.38 | 0 | 0.31 |
| HSL | 262.39º | 0.3% | 0.56% | - |
| HSV(B) | 262.39º | 0.38% | 0.69% | - |
| XYZ | 23.14 | 19.14 | 43.55 | - |
| YUV | 124.11 | 157.28 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 109 | 176 | 0.24 | 0.38 | 0 | 0.31 | 262.39 | 0.3 | 0.56 |
| Hex | 86 | 6D | B0 | 18 | 26 | 0 | 1F | 106 | 1E | 38 |
| Octal | 206 | 155 | 260 | 30 | 46 | 0 | 37 | 406 | 36 | 70 |
| Binary | 10000110 | 1101101 | 10110000 | 11000 | 100110 | 0 | 11111 | 100000110 | 11110 | 111000 |
Color Harmonies of #866DB0
Complementary color
Monochromatic Colors of #866DB0
Black with #866DB0
Text Example
Text Example
White with #866DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866DB0; }
p { color: rgb(134,109,176); }
H1.HeaderClassName
{
color: #866DB0;
}
.AnyTagClassName
{
color: #866DB0;
}
</style>
background-color css
<style>
a { background-color: #866DB0; }
a { background-color: rgb(134,109,176); }
div.DivClassName
{
background-color: #866DB0;
}
.BgClassName
{
background-color: #866DB0;
}
</style>
border-color css
<style>
span { border-color: #866DB0; }
span { border-color: rgb(134,109,176); }
td.TdClassName
{
border-color: #866DB0;
}
.TagClassName
{
border-color: #866DB0;
}
</style>