Shades of Deluge #876AB3
Tints of Deluge #876AB3
RGB
CMYK
RGB Variations
Color information
#876AB3 (or 0x876AB3) is known color: Deluge. HEX triplet: 87, 6A and B3. RGB value is (135,106,179). Sum of RGB (Red+Green+Blue) = 135+106+179=420 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.14% from 420); Green value is 106 (41.80% from 255 or 25.24% from 420); Blue value is 179 (70.31% from 255 or 42.62% from 420); Max value from RGB is 179 - color contains mainly: blue. Hex color #876AB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876AB3 is #78954C. Grayscale: #7A7A7A. Windows color (decimal): -7902541 or 11758215. OLE color: 11758215.
HSL color Cylindrical-coordinate representation of color #876AB3: hue angle of 263.84º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #876AB3 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 135 | 106 | 179 | - |
| CMYK | 0.25 | 0.41 | 0 | 0.30 |
| HSL | 263.84º | 0.32% | 0.56% | - |
| HSV(B) | 263.84º | 0.41% | 0.7% | - |
| XYZ | 23.28 | 18.71 | 45.03 | - |
| YUV | 122.99 | 159.61 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 106 | 179 | 0.25 | 0.41 | 0 | 0.30 | 263.84 | 0.32 | 0.56 |
| Hex | 87 | 6A | B3 | 19 | 29 | 0 | 1E | 108 | 20 | 38 |
| Octal | 207 | 152 | 263 | 31 | 51 | 0 | 36 | 410 | 40 | 70 |
| Binary | 10000111 | 1101010 | 10110011 | 11001 | 101001 | 0 | 11110 | 100001000 | 100000 | 111000 |
Color Harmonies of #876AB3
Complementary color
Monochromatic Colors of #876AB3
Black with #876AB3
Text Example
Text Example
White with #876AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876AB3; }
p { color: rgb(135,106,179); }
H1.HeaderClassName
{
color: #876AB3;
}
.AnyTagClassName
{
color: #876AB3;
}
</style>
background-color css
<style>
a { background-color: #876AB3; }
a { background-color: rgb(135,106,179); }
div.DivClassName
{
background-color: #876AB3;
}
.BgClassName
{
background-color: #876AB3;
}
</style>
border-color css
<style>
span { border-color: #876AB3; }
span { border-color: rgb(135,106,179); }
td.TdClassName
{
border-color: #876AB3;
}
.TagClassName
{
border-color: #876AB3;
}
</style>