Shades of Deluge #7E5EA4
Tints of Deluge #7E5EA4
RGB
CMYK
RGB Variations
Color information
#7E5EA4 (or 0x7E5EA4) is known color: Deluge. HEX triplet: 7E, 5E and A4. RGB value is (126,94,164). Sum of RGB (Red+Green+Blue) = 126+94+164=384 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.81% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 164 (64.45% from 255 or 42.71% from 384); Max value from RGB is 164 - color contains mainly: blue. Hex color #7E5EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5EA4 is #81A15B. Grayscale: #6F6F6F. Windows color (decimal): -8495452 or 10772094. OLE color: 10772094.
HSL color Cylindrical-coordinate representation of color #7E5EA4: hue angle of 267.43º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7E5EA4 is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 126 | 94 | 164 | - |
| CMYK | 0.23 | 0.43 | 0 | 0.36 |
| HSL | 267.43º | 0.28% | 0.51% | - |
| HSV(B) | 267.43º | 0.43% | 0.64% | - |
| XYZ | 19.31 | 15.12 | 37.02 | - |
| YUV | 111.55 | 157.6 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 94 | 164 | 0.23 | 0.43 | 0 | 0.36 | 267.43 | 0.28 | 0.51 |
| Hex | 7E | 5E | A4 | 17 | 2B | 0 | 24 | 10B | 1C | 33 |
| Octal | 176 | 136 | 244 | 27 | 53 | 0 | 44 | 413 | 34 | 63 |
| Binary | 1111110 | 1011110 | 10100100 | 10111 | 101011 | 0 | 100100 | 100001011 | 11100 | 110011 |
Color Harmonies of #7E5EA4
Complementary color
Monochromatic Colors of #7E5EA4
Black with #7E5EA4
Text Example
Text Example
White with #7E5EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5EA4; }
p { color: rgb(126,94,164); }
H1.HeaderClassName
{
color: #7E5EA4;
}
.AnyTagClassName
{
color: #7E5EA4;
}
</style>
background-color css
<style>
a { background-color: #7E5EA4; }
a { background-color: rgb(126,94,164); }
div.DivClassName
{
background-color: #7E5EA4;
}
.BgClassName
{
background-color: #7E5EA4;
}
</style>
border-color css
<style>
span { border-color: #7E5EA4; }
span { border-color: rgb(126,94,164); }
td.TdClassName
{
border-color: #7E5EA4;
}
.TagClassName
{
border-color: #7E5EA4;
}
</style>