Shades of Deluge #866FB5
Tints of Deluge #866FB5
RGB
CMYK
RGB Variations
Color information
#866FB5 (or 0x866FB5) is known color: Deluge. HEX triplet: 86, 6F and B5. RGB value is (134,111,181). Sum of RGB (Red+Green+Blue) = 134+111+181=426 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.46% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 181 (71.09% from 255 or 42.49% from 426); Max value from RGB is 181 - color contains mainly: blue. Hex color #866FB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866FB5 is #79904A. Grayscale: #7D7D7D. Windows color (decimal): -7966795 or 11890566. OLE color: 11890566.
HSL color Cylindrical-coordinate representation of color #866FB5: hue angle of 259.71º 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 #866FB5 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 111 | 181 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.29 |
| HSL | 259.71º | 0.32% | 0.57% | - |
| HSV(B) | 259.71º | 0.39% | 0.71% | - |
| XYZ | 23.86 | 19.77 | 46.28 | - |
| YUV | 125.86 | 159.12 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 111 | 181 | 0.26 | 0.39 | 0 | 0.29 | 259.71 | 0.32 | 0.57 |
| Hex | 86 | 6F | B5 | 1A | 27 | 0 | 1D | 104 | 20 | 39 |
| Octal | 206 | 157 | 265 | 32 | 47 | 0 | 35 | 404 | 40 | 71 |
| Binary | 10000110 | 1101111 | 10110101 | 11010 | 100111 | 0 | 11101 | 100000100 | 100000 | 111001 |
Color Harmonies of #866FB5
Complementary color
Monochromatic Colors of #866FB5
Black with #866FB5
Text Example
Text Example
White with #866FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866FB5; }
p { color: rgb(134,111,181); }
H1.HeaderClassName
{
color: #866FB5;
}
.AnyTagClassName
{
color: #866FB5;
}
</style>
background-color css
<style>
a { background-color: #866FB5; }
a { background-color: rgb(134,111,181); }
div.DivClassName
{
background-color: #866FB5;
}
.BgClassName
{
background-color: #866FB5;
}
</style>
border-color css
<style>
span { border-color: #866FB5; }
span { border-color: rgb(134,111,181); }
td.TdClassName
{
border-color: #866FB5;
}
.TagClassName
{
border-color: #866FB5;
}
</style>