Shades of Deluge #876FA4
Tints of Deluge #876FA4
RGB
CMYK
RGB Variations
Color information
#876FA4 (or 0x876FA4) is known color: Deluge. HEX triplet: 87, 6F and A4. RGB value is (135,111,164). Sum of RGB (Red+Green+Blue) = 135+111+164=410 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.93% from 410); Green value is 111 (43.75% from 255 or 27.07% from 410); Blue value is 164 (64.45% from 255 or 40% from 410); Max value from RGB is 164 - color contains mainly: blue. Hex color #876FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876FA4 is #78905B. Grayscale: #7C7C7C. Windows color (decimal): -7901276 or 10776455. OLE color: 10776455.
HSL color Cylindrical-coordinate representation of color #876FA4: hue angle of 267.17º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #876FA4 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 135 | 111 | 164 | - |
| CMYK | 0.18 | 0.32 | 0 | 0.36 |
| HSL | 267.17º | 0.23% | 0.54% | - |
| HSV(B) | 267.17º | 0.32% | 0.64% | - |
| XYZ | 22.38 | 19.2 | 37.65 | - |
| YUV | 124.22 | 150.45 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 111 | 164 | 0.18 | 0.32 | 0 | 0.36 | 267.17 | 0.23 | 0.54 |
| Hex | 87 | 6F | A4 | 12 | 20 | 0 | 24 | 10B | 17 | 36 |
| Octal | 207 | 157 | 244 | 22 | 40 | 0 | 44 | 413 | 27 | 66 |
| Binary | 10000111 | 1101111 | 10100100 | 10010 | 100000 | 0 | 100100 | 100001011 | 10111 | 110110 |
Color Harmonies of #876FA4
Complementary color
Monochromatic Colors of #876FA4
Black with #876FA4
Text Example
Text Example
White with #876FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876FA4; }
p { color: rgb(135,111,164); }
H1.HeaderClassName
{
color: #876FA4;
}
.AnyTagClassName
{
color: #876FA4;
}
</style>
background-color css
<style>
a { background-color: #876FA4; }
a { background-color: rgb(135,111,164); }
div.DivClassName
{
background-color: #876FA4;
}
.BgClassName
{
background-color: #876FA4;
}
</style>
border-color css
<style>
span { border-color: #876FA4; }
span { border-color: rgb(135,111,164); }
td.TdClassName
{
border-color: #876FA4;
}
.TagClassName
{
border-color: #876FA4;
}
</style>