Shades of Deluge #8470A1
Tints of Deluge #8470A1
RGB
CMYK
RGB Variations
Color information
#8470A1 (or 0x8470A1) is known color: Deluge. HEX triplet: 84, 70 and A1. RGB value is (132,112,161). Sum of RGB (Red+Green+Blue) = 132+112+161=405 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.59% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 161 (63.28% from 255 or 39.75% from 405); Max value from RGB is 161 - color contains mainly: blue. Hex color #8470A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8470A1 is #7B8F5E. Grayscale: #7B7B7B. Windows color (decimal): -8097631 or 10580100. OLE color: 10580100.
HSL color Cylindrical-coordinate representation of color #8470A1: hue angle of 264.49º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8470A1 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 112 | 161 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.37 |
| HSL | 264.49º | 0.21% | 0.54% | - |
| HSV(B) | 264.49º | 0.3% | 0.63% | - |
| XYZ | 21.74 | 19.07 | 36.25 | - |
| YUV | 123.57 | 149.13 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 112 | 161 | 0.18 | 0.30 | 0 | 0.37 | 264.49 | 0.21 | 0.54 |
| Hex | 84 | 70 | A1 | 12 | 1E | 0 | 25 | 108 | 15 | 36 |
| Octal | 204 | 160 | 241 | 22 | 36 | 0 | 45 | 410 | 25 | 66 |
| Binary | 10000100 | 1110000 | 10100001 | 10010 | 11110 | 0 | 100101 | 100001000 | 10101 | 110110 |
Color Harmonies of #8470A1
Complementary color
Monochromatic Colors of #8470A1
Black with #8470A1
Text Example
Text Example
White with #8470A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8470A1; }
p { color: rgb(132,112,161); }
H1.HeaderClassName
{
color: #8470A1;
}
.AnyTagClassName
{
color: #8470A1;
}
</style>
background-color css
<style>
a { background-color: #8470A1; }
a { background-color: rgb(132,112,161); }
div.DivClassName
{
background-color: #8470A1;
}
.BgClassName
{
background-color: #8470A1;
}
</style>
border-color css
<style>
span { border-color: #8470A1; }
span { border-color: rgb(132,112,161); }
td.TdClassName
{
border-color: #8470A1;
}
.TagClassName
{
border-color: #8470A1;
}
</style>