Shades of Deluge #8870A7
Tints of Deluge #8870A7
RGB
CMYK
RGB Variations
Color information
#8870A7 (or 0x8870A7) is known color: Deluge. HEX triplet: 88, 70 and A7. RGB value is (136,112,167). Sum of RGB (Red+Green+Blue) = 136+112+167=415 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.77% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 167 (65.62% from 255 or 40.24% from 415); Max value from RGB is 167 - color contains mainly: blue. Hex color #8870A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8870A7 is #778F58. Grayscale: #7D7D7D. Windows color (decimal): -7835481 or 10973320. OLE color: 10973320.
HSL color Cylindrical-coordinate representation of color #8870A7: hue angle of 266.18º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8870A7 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 136 | 112 | 167 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.35 |
| HSL | 266.18º | 0.24% | 0.55% | - |
| HSV(B) | 266.18º | 0.33% | 0.65% | - |
| XYZ | 22.92 | 19.61 | 39.14 | - |
| YUV | 125.45 | 151.45 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 112 | 167 | 0.19 | 0.33 | 0 | 0.35 | 266.18 | 0.24 | 0.55 |
| Hex | 88 | 70 | A7 | 13 | 21 | 0 | 23 | 10A | 18 | 37 |
| Octal | 210 | 160 | 247 | 23 | 41 | 0 | 43 | 412 | 30 | 67 |
| Binary | 10001000 | 1110000 | 10100111 | 10011 | 100001 | 0 | 100011 | 100001010 | 11000 | 110111 |
Color Harmonies of #8870A7
Complementary color
Monochromatic Colors of #8870A7
Black with #8870A7
Text Example
Text Example
White with #8870A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8870A7; }
p { color: rgb(136,112,167); }
H1.HeaderClassName
{
color: #8870A7;
}
.AnyTagClassName
{
color: #8870A7;
}
</style>
background-color css
<style>
a { background-color: #8870A7; }
a { background-color: rgb(136,112,167); }
div.DivClassName
{
background-color: #8870A7;
}
.BgClassName
{
background-color: #8870A7;
}
</style>
border-color css
<style>
span { border-color: #8870A7; }
span { border-color: rgb(136,112,167); }
td.TdClassName
{
border-color: #8870A7;
}
.TagClassName
{
border-color: #8870A7;
}
</style>