Shades of Deluge #7E72A4
Tints of Deluge #7E72A4
RGB
CMYK
RGB Variations
Color information
#7E72A4 (or 0x7E72A4) is known color: Deluge. HEX triplet: 7E, 72 and A4. RGB value is (126,114,164). Sum of RGB (Red+Green+Blue) = 126+114+164=404 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.19% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 164 (64.45% from 255 or 40.59% from 404); Max value from RGB is 164 - color contains mainly: blue. Hex color #7E72A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E72A4 is #818D5B. Grayscale: #7B7B7B. Windows color (decimal): -8490332 or 10777214. OLE color: 10777214.
HSL color Cylindrical-coordinate representation of color #7E72A4: hue angle of 254.4º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7E72A4 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 126 | 114 | 164 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.36 |
| HSL | 254.4º | 0.22% | 0.55% | - |
| HSV(B) | 254.4º | 0.3% | 0.64% | - |
| XYZ | 21.32 | 19.15 | 37.69 | - |
| YUV | 123.29 | 150.98 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 114 | 164 | 0.23 | 0.30 | 0 | 0.36 | 254.4 | 0.22 | 0.55 |
| Hex | 7E | 72 | A4 | 17 | 1E | 0 | 24 | FE | 16 | 37 |
| Octal | 176 | 162 | 244 | 27 | 36 | 0 | 44 | 376 | 26 | 67 |
| Binary | 1111110 | 1110010 | 10100100 | 10111 | 11110 | 0 | 100100 | 11111110 | 10110 | 110111 |
Color Harmonies of #7E72A4
Complementary color
Monochromatic Colors of #7E72A4
Black with #7E72A4
Text Example
Text Example
White with #7E72A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E72A4; }
p { color: rgb(126,114,164); }
H1.HeaderClassName
{
color: #7E72A4;
}
.AnyTagClassName
{
color: #7E72A4;
}
</style>
background-color css
<style>
a { background-color: #7E72A4; }
a { background-color: rgb(126,114,164); }
div.DivClassName
{
background-color: #7E72A4;
}
.BgClassName
{
background-color: #7E72A4;
}
</style>
border-color css
<style>
span { border-color: #7E72A4; }
span { border-color: rgb(126,114,164); }
td.TdClassName
{
border-color: #7E72A4;
}
.TagClassName
{
border-color: #7E72A4;
}
</style>