Shades of Deluge #8474A4
Tints of Deluge #8474A4
RGB
CMYK
RGB Variations
Color information
#8474A4 (or 0x8474A4) is known color: Deluge. HEX triplet: 84, 74 and A4. RGB value is (132,116,164). Sum of RGB (Red+Green+Blue) = 132+116+164=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 164 (64.45% from 255 or 39.81% from 412); Max value from RGB is 164 - color contains mainly: blue. Hex color #8474A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8474A4 is #7B8B5B. Grayscale: #7E7E7E. Windows color (decimal): -8096604 or 10777732. OLE color: 10777732.
HSL color Cylindrical-coordinate representation of color #8474A4: hue angle of 260º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8474A4 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 116 | 164 | - |
| CMYK | 0.20 | 0.29 | 0 | 0.36 |
| HSL | 260º | 0.21% | 0.55% | - |
| HSV(B) | 260º | 0.29% | 0.64% | - |
| XYZ | 22.46 | 20.08 | 37.81 | - |
| YUV | 126.26 | 149.3 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 116 | 164 | 0.20 | 0.29 | 0 | 0.36 | 260 | 0.21 | 0.55 |
| Hex | 84 | 74 | A4 | 14 | 1D | 0 | 24 | 104 | 15 | 37 |
| Octal | 204 | 164 | 244 | 24 | 35 | 0 | 44 | 404 | 25 | 67 |
| Binary | 10000100 | 1110100 | 10100100 | 10100 | 11101 | 0 | 100100 | 100000100 | 10101 | 110111 |
Color Harmonies of #8474A4
Complementary color
Monochromatic Colors of #8474A4
Black with #8474A4
Text Example
Text Example
White with #8474A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8474A4; }
p { color: rgb(132,116,164); }
H1.HeaderClassName
{
color: #8474A4;
}
.AnyTagClassName
{
color: #8474A4;
}
</style>
background-color css
<style>
a { background-color: #8474A4; }
a { background-color: rgb(132,116,164); }
div.DivClassName
{
background-color: #8474A4;
}
.BgClassName
{
background-color: #8474A4;
}
</style>
border-color css
<style>
span { border-color: #8474A4; }
span { border-color: rgb(132,116,164); }
td.TdClassName
{
border-color: #8474A4;
}
.TagClassName
{
border-color: #8474A4;
}
</style>