Shades of Deluge #8770A0
Tints of Deluge #8770A0
RGB
CMYK
RGB Variations
Color information
#8770A0 (or 0x8770A0) is known color: Deluge. HEX triplet: 87, 70 and A0. RGB value is (135,112,160). Sum of RGB (Red+Green+Blue) = 135+112+160=407 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.17% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 160 (62.89% from 255 or 39.31% from 407); Max value from RGB is 160 - color contains mainly: blue. Hex color #8770A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8770A0 is #788F5F. Grayscale: #7C7C7C. Windows color (decimal): -7901024 or 10514567. OLE color: 10514567.
HSL color Cylindrical-coordinate representation of color #8770A0: hue angle of 268.75º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8770A0 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 135 | 112 | 160 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.37 |
| HSL | 268.75º | 0.2% | 0.53% | - |
| HSV(B) | 268.75º | 0.3% | 0.63% | - |
| XYZ | 22.13 | 19.28 | 35.81 | - |
| YUV | 124.35 | 148.12 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 112 | 160 | 0.16 | 0.30 | 0 | 0.37 | 268.75 | 0.2 | 0.53 |
| Hex | 87 | 70 | A0 | 10 | 1E | 0 | 25 | 10D | 14 | 35 |
| Octal | 207 | 160 | 240 | 20 | 36 | 0 | 45 | 415 | 24 | 65 |
| Binary | 10000111 | 1110000 | 10100000 | 10000 | 11110 | 0 | 100101 | 100001101 | 10100 | 110101 |
Color Harmonies of #8770A0
Complementary color
Monochromatic Colors of #8770A0
Black with #8770A0
Text Example
Text Example
White with #8770A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8770A0; }
p { color: rgb(135,112,160); }
H1.HeaderClassName
{
color: #8770A0;
}
.AnyTagClassName
{
color: #8770A0;
}
</style>
background-color css
<style>
a { background-color: #8770A0; }
a { background-color: rgb(135,112,160); }
div.DivClassName
{
background-color: #8770A0;
}
.BgClassName
{
background-color: #8770A0;
}
</style>
border-color css
<style>
span { border-color: #8770A0; }
span { border-color: rgb(135,112,160); }
td.TdClassName
{
border-color: #8770A0;
}
.TagClassName
{
border-color: #8770A0;
}
</style>