Shades of Deluge #8474A1
Tints of Deluge #8474A1
RGB
CMYK
RGB Variations
Color information
#8474A1 (or 0x8474A1) is known color: Deluge. HEX triplet: 84, 74 and A1. RGB value is (132,116,161). Sum of RGB (Red+Green+Blue) = 132+116+161=409 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.27% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 161 (63.28% from 255 or 39.36% from 409); Max value from RGB is 161 - color contains mainly: blue. Hex color #8474A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8474A1 is #7B8B5E. Grayscale: #7D7D7D. Windows color (decimal): -8096607 or 10581124. OLE color: 10581124.
HSL color Cylindrical-coordinate representation of color #8474A1: hue angle of 261.33º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8474A1 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 116 | 161 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.37 |
| HSL | 261.33º | 0.19% | 0.54% | - |
| HSV(B) | 261.33º | 0.28% | 0.63% | - |
| XYZ | 22.19 | 19.97 | 36.4 | - |
| YUV | 125.91 | 147.8 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 116 | 161 | 0.18 | 0.28 | 0 | 0.37 | 261.33 | 0.19 | 0.54 |
| Hex | 84 | 74 | A1 | 12 | 1C | 0 | 25 | 105 | 13 | 36 |
| Octal | 204 | 164 | 241 | 22 | 34 | 0 | 45 | 405 | 23 | 66 |
| Binary | 10000100 | 1110100 | 10100001 | 10010 | 11100 | 0 | 100101 | 100000101 | 10011 | 110110 |
Color Harmonies of #8474A1
Complementary color
Monochromatic Colors of #8474A1
Black with #8474A1
Text Example
Text Example
White with #8474A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8474A1; }
p { color: rgb(132,116,161); }
H1.HeaderClassName
{
color: #8474A1;
}
.AnyTagClassName
{
color: #8474A1;
}
</style>
background-color css
<style>
a { background-color: #8474A1; }
a { background-color: rgb(132,116,161); }
div.DivClassName
{
background-color: #8474A1;
}
.BgClassName
{
background-color: #8474A1;
}
</style>
border-color css
<style>
span { border-color: #8474A1; }
span { border-color: rgb(132,116,161); }
td.TdClassName
{
border-color: #8474A1;
}
.TagClassName
{
border-color: #8474A1;
}
</style>