Shades of Deluge #876DAC
Tints of Deluge #876DAC
RGB
CMYK
RGB Variations
Color information
#876DAC (or 0x876DAC) is known color: Deluge. HEX triplet: 87, 6D and AC. RGB value is (135,109,172). Sum of RGB (Red+Green+Blue) = 135+109+172=416 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.45% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #876DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876DAC is #789253. Grayscale: #7B7B7B. Windows color (decimal): -7901780 or 11300231. OLE color: 11300231.
HSL color Cylindrical-coordinate representation of color #876DAC: hue angle of 264.76º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #876DAC is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 109 | 172 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.33 |
| HSL | 264.76º | 0.28% | 0.55% | - |
| HSV(B) | 264.76º | 0.37% | 0.67% | - |
| XYZ | 22.91 | 19.07 | 41.5 | - |
| YUV | 123.96 | 155.11 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 109 | 172 | 0.22 | 0.37 | 0 | 0.33 | 264.76 | 0.28 | 0.55 |
| Hex | 87 | 6D | AC | 16 | 25 | 0 | 21 | 109 | 1C | 37 |
| Octal | 207 | 155 | 254 | 26 | 45 | 0 | 41 | 411 | 34 | 67 |
| Binary | 10000111 | 1101101 | 10101100 | 10110 | 100101 | 0 | 100001 | 100001001 | 11100 | 110111 |
Color Harmonies of #876DAC
Complementary color
Monochromatic Colors of #876DAC
Black with #876DAC
Text Example
Text Example
White with #876DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876DAC; }
p { color: rgb(135,109,172); }
H1.HeaderClassName
{
color: #876DAC;
}
.AnyTagClassName
{
color: #876DAC;
}
</style>
background-color css
<style>
a { background-color: #876DAC; }
a { background-color: rgb(135,109,172); }
div.DivClassName
{
background-color: #876DAC;
}
.BgClassName
{
background-color: #876DAC;
}
</style>
border-color css
<style>
span { border-color: #876DAC; }
span { border-color: rgb(135,109,172); }
td.TdClassName
{
border-color: #876DAC;
}
.TagClassName
{
border-color: #876DAC;
}
</style>