Shades of Deluge #876DB5
Tints of Deluge #876DB5
RGB
CMYK
RGB Variations
Color information
#876DB5 (or 0x876DB5) is known color: Deluge. HEX triplet: 87, 6D and B5. RGB value is (135,109,181). Sum of RGB (Red+Green+Blue) = 135+109+181=425 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.76% from 425); Green value is 109 (42.97% from 255 or 25.65% from 425); Blue value is 181 (71.09% from 255 or 42.59% from 425); Max value from RGB is 181 - color contains mainly: blue. Hex color #876DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876DB5 is #78924A. Grayscale: #7C7C7C. Windows color (decimal): -7901771 or 11890055. OLE color: 11890055.
HSL color Cylindrical-coordinate representation of color #876DB5: hue angle of 261.67º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #876DB5 is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 135 | 109 | 181 | - |
| CMYK | 0.25 | 0.40 | 0 | 0.29 |
| HSL | 261.67º | 0.33% | 0.57% | - |
| HSV(B) | 261.67º | 0.4% | 0.71% | - |
| XYZ | 23.8 | 19.42 | 46.21 | - |
| YUV | 124.98 | 159.61 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 109 | 181 | 0.25 | 0.40 | 0 | 0.29 | 261.67 | 0.33 | 0.57 |
| Hex | 87 | 6D | B5 | 19 | 28 | 0 | 1D | 106 | 21 | 39 |
| Octal | 207 | 155 | 265 | 31 | 50 | 0 | 35 | 406 | 41 | 71 |
| Binary | 10000111 | 1101101 | 10110101 | 11001 | 101000 | 0 | 11101 | 100000110 | 100001 | 111001 |
Color Harmonies of #876DB5
Complementary color
Monochromatic Colors of #876DB5
Black with #876DB5
Text Example
Text Example
White with #876DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876DB5; }
p { color: rgb(135,109,181); }
H1.HeaderClassName
{
color: #876DB5;
}
.AnyTagClassName
{
color: #876DB5;
}
</style>
background-color css
<style>
a { background-color: #876DB5; }
a { background-color: rgb(135,109,181); }
div.DivClassName
{
background-color: #876DB5;
}
.BgClassName
{
background-color: #876DB5;
}
</style>
border-color css
<style>
span { border-color: #876DB5; }
span { border-color: rgb(135,109,181); }
td.TdClassName
{
border-color: #876DB5;
}
.TagClassName
{
border-color: #876DB5;
}
</style>