Shades of Deluge #876DB0
Tints of Deluge #876DB0
RGB
CMYK
RGB Variations
Color information
#876DB0 (or 0x876DB0) is known color: Deluge. HEX triplet: 87, 6D and B0. RGB value is (135,109,176). Sum of RGB (Red+Green+Blue) = 135+109+176=420 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.14% from 420); Green value is 109 (42.97% from 255 or 25.95% from 420); Blue value is 176 (69.14% from 255 or 41.90% from 420); Max value from RGB is 176 - color contains mainly: blue. Hex color #876DB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876DB0 is #78924F. Grayscale: #7C7C7C. Windows color (decimal): -7901776 or 11562375. OLE color: 11562375.
HSL color Cylindrical-coordinate representation of color #876DB0: hue angle of 263.28º 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 #876DB0 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 135 | 109 | 176 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.31 |
| HSL | 263.28º | 0.3% | 0.56% | - |
| HSV(B) | 263.28º | 0.38% | 0.69% | - |
| XYZ | 23.3 | 19.22 | 43.56 | - |
| YUV | 124.41 | 157.11 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 109 | 176 | 0.23 | 0.38 | 0 | 0.31 | 263.28 | 0.3 | 0.56 |
| Hex | 87 | 6D | B0 | 17 | 26 | 0 | 1F | 107 | 1E | 38 |
| Octal | 207 | 155 | 260 | 27 | 46 | 0 | 37 | 407 | 36 | 70 |
| Binary | 10000111 | 1101101 | 10110000 | 10111 | 100110 | 0 | 11111 | 100000111 | 11110 | 111000 |
Color Harmonies of #876DB0
Complementary color
Monochromatic Colors of #876DB0
Black with #876DB0
Text Example
Text Example
White with #876DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876DB0; }
p { color: rgb(135,109,176); }
H1.HeaderClassName
{
color: #876DB0;
}
.AnyTagClassName
{
color: #876DB0;
}
</style>
background-color css
<style>
a { background-color: #876DB0; }
a { background-color: rgb(135,109,176); }
div.DivClassName
{
background-color: #876DB0;
}
.BgClassName
{
background-color: #876DB0;
}
</style>
border-color css
<style>
span { border-color: #876DB0; }
span { border-color: rgb(135,109,176); }
td.TdClassName
{
border-color: #876DB0;
}
.TagClassName
{
border-color: #876DB0;
}
</style>