Shades of Deluge #876FA3
Tints of Deluge #876FA3
RGB
CMYK
RGB Variations
Color information
#876FA3 (or 0x876FA3) is known color: Deluge. HEX triplet: 87, 6F and A3. RGB value is (135,111,163). Sum of RGB (Red+Green+Blue) = 135+111+163=409 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.01% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 163 (64.06% from 255 or 39.85% from 409); Max value from RGB is 163 - color contains mainly: blue. Hex color #876FA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876FA3 is #78905C. Grayscale: #7B7B7B. Windows color (decimal): -7901277 or 10710919. OLE color: 10710919.
HSL color Cylindrical-coordinate representation of color #876FA3: hue angle of 267.69º degrees, saturation: 0.22, 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 #876FA3 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 135 | 111 | 163 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.36 |
| HSL | 267.69º | 0.22% | 0.54% | - |
| HSV(B) | 267.69º | 0.32% | 0.64% | - |
| XYZ | 22.29 | 19.16 | 37.17 | - |
| YUV | 124.1 | 149.95 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 111 | 163 | 0.17 | 0.32 | 0 | 0.36 | 267.69 | 0.22 | 0.54 |
| Hex | 87 | 6F | A3 | 11 | 20 | 0 | 24 | 10C | 16 | 36 |
| Octal | 207 | 157 | 243 | 21 | 40 | 0 | 44 | 414 | 26 | 66 |
| Binary | 10000111 | 1101111 | 10100011 | 10001 | 100000 | 0 | 100100 | 100001100 | 10110 | 110110 |
Color Harmonies of #876FA3
Complementary color
Monochromatic Colors of #876FA3
Black with #876FA3
Text Example
Text Example
White with #876FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876FA3; }
p { color: rgb(135,111,163); }
H1.HeaderClassName
{
color: #876FA3;
}
.AnyTagClassName
{
color: #876FA3;
}
</style>
background-color css
<style>
a { background-color: #876FA3; }
a { background-color: rgb(135,111,163); }
div.DivClassName
{
background-color: #876FA3;
}
.BgClassName
{
background-color: #876FA3;
}
</style>
border-color css
<style>
span { border-color: #876FA3; }
span { border-color: rgb(135,111,163); }
td.TdClassName
{
border-color: #876FA3;
}
.TagClassName
{
border-color: #876FA3;
}
</style>