Shades of Deluge #7E72A0
Tints of Deluge #7E72A0
RGB
CMYK
RGB Variations
Color information
#7E72A0 (or 0x7E72A0) is known color: Deluge. HEX triplet: 7E, 72 and A0. RGB value is (126,114,160). Sum of RGB (Red+Green+Blue) = 126+114+160=400 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.5% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 160 (62.89% from 255 or 40% from 400); Max value from RGB is 160 - color contains mainly: blue. Hex color #7E72A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E72A0 is #818D5F. Grayscale: #7A7A7A. Windows color (decimal): -8490336 or 10515070. OLE color: 10515070.
HSL color Cylindrical-coordinate representation of color #7E72A0: hue angle of 255.65º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7E72A0 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 126 | 114 | 160 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.37 |
| HSL | 255.65º | 0.19% | 0.54% | - |
| HSV(B) | 255.65º | 0.29% | 0.63% | - |
| XYZ | 20.97 | 19.01 | 35.82 | - |
| YUV | 122.83 | 148.98 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 114 | 160 | 0.21 | 0.29 | 0 | 0.37 | 255.65 | 0.19 | 0.54 |
| Hex | 7E | 72 | A0 | 15 | 1D | 0 | 25 | 100 | 13 | 36 |
| Octal | 176 | 162 | 240 | 25 | 35 | 0 | 45 | 400 | 23 | 66 |
| Binary | 1111110 | 1110010 | 10100000 | 10101 | 11101 | 0 | 100101 | 100000000 | 10011 | 110110 |
Color Harmonies of #7E72A0
Complementary color
Monochromatic Colors of #7E72A0
Black with #7E72A0
Text Example
Text Example
White with #7E72A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E72A0; }
p { color: rgb(126,114,160); }
H1.HeaderClassName
{
color: #7E72A0;
}
.AnyTagClassName
{
color: #7E72A0;
}
</style>
background-color css
<style>
a { background-color: #7E72A0; }
a { background-color: rgb(126,114,160); }
div.DivClassName
{
background-color: #7E72A0;
}
.BgClassName
{
background-color: #7E72A0;
}
</style>
border-color css
<style>
span { border-color: #7E72A0; }
span { border-color: rgb(126,114,160); }
td.TdClassName
{
border-color: #7E72A0;
}
.TagClassName
{
border-color: #7E72A0;
}
</style>