Shades of Deluge #866CB1
Tints of Deluge #866CB1
RGB
CMYK
RGB Variations
Color information
#866CB1 (or 0x866CB1) is known color: Deluge. HEX triplet: 86, 6C and B1. RGB value is (134,108,177). Sum of RGB (Red+Green+Blue) = 134+108+177=419 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.98% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 177 (69.53% from 255 or 42.24% from 419); Max value from RGB is 177 - color contains mainly: blue. Hex color #866CB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866CB1 is #79934E. Grayscale: #7B7B7B. Windows color (decimal): -7967567 or 11627654. OLE color: 11627654.
HSL color Cylindrical-coordinate representation of color #866CB1: hue angle of 262.61º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #866CB1 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 108 | 177 | - |
| CMYK | 0.24 | 0.39 | 0 | 0.31 |
| HSL | 262.61º | 0.31% | 0.56% | - |
| HSV(B) | 262.61º | 0.39% | 0.69% | - |
| XYZ | 23.13 | 18.97 | 44.04 | - |
| YUV | 123.64 | 158.11 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 108 | 177 | 0.24 | 0.39 | 0 | 0.31 | 262.61 | 0.31 | 0.56 |
| Hex | 86 | 6C | B1 | 18 | 27 | 0 | 1F | 107 | 1F | 38 |
| Octal | 206 | 154 | 261 | 30 | 47 | 0 | 37 | 407 | 37 | 70 |
| Binary | 10000110 | 1101100 | 10110001 | 11000 | 100111 | 0 | 11111 | 100000111 | 11111 | 111000 |
Color Harmonies of #866CB1
Complementary color
Monochromatic Colors of #866CB1
Black with #866CB1
Text Example
Text Example
White with #866CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866CB1; }
p { color: rgb(134,108,177); }
H1.HeaderClassName
{
color: #866CB1;
}
.AnyTagClassName
{
color: #866CB1;
}
</style>
background-color css
<style>
a { background-color: #866CB1; }
a { background-color: rgb(134,108,177); }
div.DivClassName
{
background-color: #866CB1;
}
.BgClassName
{
background-color: #866CB1;
}
</style>
border-color css
<style>
span { border-color: #866CB1; }
span { border-color: rgb(134,108,177); }
td.TdClassName
{
border-color: #866CB1;
}
.TagClassName
{
border-color: #866CB1;
}
</style>