Shades of Deluge #876EA3
Tints of Deluge #876EA3
RGB
CMYK
RGB Variations
Color information
#876EA3 (or 0x876EA3) is known color: Deluge. HEX triplet: 87, 6E and A3. RGB value is (135,110,163). Sum of RGB (Red+Green+Blue) = 135+110+163=408 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.09% from 408); Green value is 110 (43.36% from 255 or 26.96% from 408); Blue value is 163 (64.06% from 255 or 39.95% from 408); Max value from RGB is 163 - color contains mainly: blue. Hex color #876EA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876EA3 is #78915C. Grayscale: #7B7B7B. Windows color (decimal): -7901533 or 10710663. OLE color: 10710663.
HSL color Cylindrical-coordinate representation of color #876EA3: hue angle of 268.3º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #876EA3 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 135 | 110 | 163 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.36 |
| HSL | 268.3º | 0.22% | 0.54% | - |
| HSV(B) | 268.3º | 0.33% | 0.64% | - |
| XYZ | 22.18 | 18.95 | 37.14 | - |
| YUV | 123.52 | 150.28 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 110 | 163 | 0.17 | 0.33 | 0 | 0.36 | 268.3 | 0.22 | 0.54 |
| Hex | 87 | 6E | A3 | 11 | 21 | 0 | 24 | 10C | 16 | 36 |
| Octal | 207 | 156 | 243 | 21 | 41 | 0 | 44 | 414 | 26 | 66 |
| Binary | 10000111 | 1101110 | 10100011 | 10001 | 100001 | 0 | 100100 | 100001100 | 10110 | 110110 |
Color Harmonies of #876EA3
Complementary color
Monochromatic Colors of #876EA3
Black with #876EA3
Text Example
Text Example
White with #876EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876EA3; }
p { color: rgb(135,110,163); }
H1.HeaderClassName
{
color: #876EA3;
}
.AnyTagClassName
{
color: #876EA3;
}
</style>
background-color css
<style>
a { background-color: #876EA3; }
a { background-color: rgb(135,110,163); }
div.DivClassName
{
background-color: #876EA3;
}
.BgClassName
{
background-color: #876EA3;
}
</style>
border-color css
<style>
span { border-color: #876EA3; }
span { border-color: rgb(135,110,163); }
td.TdClassName
{
border-color: #876EA3;
}
.TagClassName
{
border-color: #876EA3;
}
</style>