Shades of Deluge #8870AB
Tints of Deluge #8870AB
RGB
CMYK
RGB Variations
Color information
#8870AB (or 0x8870AB) is known color: Deluge. HEX triplet: 88, 70 and AB. RGB value is (136,112,171). Sum of RGB (Red+Green+Blue) = 136+112+171=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 171 - color contains mainly: blue. Hex color #8870AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8870AB is #778F54. Grayscale: #7D7D7D. Windows color (decimal): -7835477 or 11235464. OLE color: 11235464.
HSL color Cylindrical-coordinate representation of color #8870AB: hue angle of 264.41º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8870AB is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 112 | 171 | - |
| CMYK | 0.20 | 0.35 | 0 | 0.33 |
| HSL | 264.41º | 0.26% | 0.55% | - |
| HSV(B) | 264.41º | 0.35% | 0.67% | - |
| XYZ | 23.3 | 19.76 | 41.11 | - |
| YUV | 125.9 | 153.45 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 112 | 171 | 0.20 | 0.35 | 0 | 0.33 | 264.41 | 0.26 | 0.55 |
| Hex | 88 | 70 | AB | 14 | 23 | 0 | 21 | 108 | 1A | 37 |
| Octal | 210 | 160 | 253 | 24 | 43 | 0 | 41 | 410 | 32 | 67 |
| Binary | 10001000 | 1110000 | 10101011 | 10100 | 100011 | 0 | 100001 | 100001000 | 11010 | 110111 |
Color Harmonies of #8870AB
Complementary color
Monochromatic Colors of #8870AB
Black with #8870AB
Text Example
Text Example
White with #8870AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8870AB; }
p { color: rgb(136,112,171); }
H1.HeaderClassName
{
color: #8870AB;
}
.AnyTagClassName
{
color: #8870AB;
}
</style>
background-color css
<style>
a { background-color: #8870AB; }
a { background-color: rgb(136,112,171); }
div.DivClassName
{
background-color: #8870AB;
}
.BgClassName
{
background-color: #8870AB;
}
</style>
border-color css
<style>
span { border-color: #8870AB; }
span { border-color: rgb(136,112,171); }
td.TdClassName
{
border-color: #8870AB;
}
.TagClassName
{
border-color: #8870AB;
}
</style>