Shades of Deluge #866DB4
Tints of Deluge #866DB4
RGB
CMYK
RGB Variations
Color information
#866DB4 (or 0x866DB4) is known color: Deluge. HEX triplet: 86, 6D and B4. RGB value is (134,109,180). Sum of RGB (Red+Green+Blue) = 134+109+180=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 109 (42.97% from 255 or 25.77% from 423); Blue value is 180 (70.70% from 255 or 42.55% from 423); Max value from RGB is 180 - color contains mainly: blue. Hex color #866DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866DB4 is #79924B. Grayscale: #7C7C7C. Windows color (decimal): -7967308 or 11824518. OLE color: 11824518.
HSL color Cylindrical-coordinate representation of color #866DB4: hue angle of 261.13º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #866DB4 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 109 | 180 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.29 |
| HSL | 261.13º | 0.32% | 0.57% | - |
| HSV(B) | 261.13º | 0.39% | 0.71% | - |
| XYZ | 23.54 | 19.3 | 45.66 | - |
| YUV | 124.57 | 159.28 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 109 | 180 | 0.26 | 0.39 | 0 | 0.29 | 261.13 | 0.32 | 0.57 |
| Hex | 86 | 6D | B4 | 1A | 27 | 0 | 1D | 105 | 20 | 39 |
| Octal | 206 | 155 | 264 | 32 | 47 | 0 | 35 | 405 | 40 | 71 |
| Binary | 10000110 | 1101101 | 10110100 | 11010 | 100111 | 0 | 11101 | 100000101 | 100000 | 111001 |
Color Harmonies of #866DB4
Complementary color
Monochromatic Colors of #866DB4
Black with #866DB4
Text Example
Text Example
White with #866DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866DB4; }
p { color: rgb(134,109,180); }
H1.HeaderClassName
{
color: #866DB4;
}
.AnyTagClassName
{
color: #866DB4;
}
</style>
background-color css
<style>
a { background-color: #866DB4; }
a { background-color: rgb(134,109,180); }
div.DivClassName
{
background-color: #866DB4;
}
.BgClassName
{
background-color: #866DB4;
}
</style>
border-color css
<style>
span { border-color: #866DB4; }
span { border-color: rgb(134,109,180); }
td.TdClassName
{
border-color: #866DB4;
}
.TagClassName
{
border-color: #866DB4;
}
</style>