Shades of Deluge #8474AE
Tints of Deluge #8474AE
RGB
CMYK
RGB Variations
Color information
#8474AE (or 0x8474AE) is known color: Deluge. HEX triplet: 84, 74 and AE. RGB value is (132,116,174). Sum of RGB (Red+Green+Blue) = 132+116+174=422 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.28% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 174 - color contains mainly: blue. Hex color #8474AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8474AE is #7B8B51. Grayscale: #7F7F7F. Windows color (decimal): -8096594 or 11433092. OLE color: 11433092.
HSL color Cylindrical-coordinate representation of color #8474AE: hue angle of 256.55º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8474AE is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 116 | 174 | - |
| CMYK | 0.24 | 0.33 | 0 | 0.32 |
| HSL | 256.55º | 0.26% | 0.57% | - |
| HSV(B) | 256.55º | 0.33% | 0.68% | - |
| XYZ | 23.4 | 20.45 | 42.76 | - |
| YUV | 127.4 | 154.3 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 116 | 174 | 0.24 | 0.33 | 0 | 0.32 | 256.55 | 0.26 | 0.57 |
| Hex | 84 | 74 | AE | 18 | 21 | 0 | 20 | 101 | 1A | 39 |
| Octal | 204 | 164 | 256 | 30 | 41 | 0 | 40 | 401 | 32 | 71 |
| Binary | 10000100 | 1110100 | 10101110 | 11000 | 100001 | 0 | 100000 | 100000001 | 11010 | 111001 |
Color Harmonies of #8474AE
Complementary color
Monochromatic Colors of #8474AE
Black with #8474AE
Text Example
Text Example
White with #8474AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8474AE; }
p { color: rgb(132,116,174); }
H1.HeaderClassName
{
color: #8474AE;
}
.AnyTagClassName
{
color: #8474AE;
}
</style>
background-color css
<style>
a { background-color: #8474AE; }
a { background-color: rgb(132,116,174); }
div.DivClassName
{
background-color: #8474AE;
}
.BgClassName
{
background-color: #8474AE;
}
</style>
border-color css
<style>
span { border-color: #8474AE; }
span { border-color: rgb(132,116,174); }
td.TdClassName
{
border-color: #8474AE;
}
.TagClassName
{
border-color: #8474AE;
}
</style>