Shades of Deluge #7E7AA0
Tints of Deluge #7E7AA0
RGB
CMYK
RGB Variations
Color information
#7E7AA0 (or 0x7E7AA0) is known color: Deluge. HEX triplet: 7E, 7A and A0. RGB value is (126,122,160). Sum of RGB (Red+Green+Blue) = 126+122+160=408 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.88% from 408); Green value is 122 (48.05% from 255 or 29.90% from 408); Blue value is 160 (62.89% from 255 or 39.22% from 408); Max value from RGB is 160 - color contains mainly: blue. Hex color #7E7AA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7AA0 is #81855F. Grayscale: #7F7F7F. Windows color (decimal): -8488288 or 10517118. OLE color: 10517118.
HSL color Cylindrical-coordinate representation of color #7E7AA0: hue angle of 246.32º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7E7AA0 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 126 | 122 | 160 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.37 |
| HSL | 246.32º | 0.17% | 0.55% | - |
| HSV(B) | 246.32º | 0.24% | 0.63% | - |
| XYZ | 21.91 | 20.89 | 36.14 | - |
| YUV | 127.53 | 146.33 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 122 | 160 | 0.21 | 0.24 | 0 | 0.37 | 246.32 | 0.17 | 0.55 |
| Hex | 7E | 7A | A0 | 15 | 18 | 0 | 25 | F6 | 11 | 37 |
| Octal | 176 | 172 | 240 | 25 | 30 | 0 | 45 | 366 | 21 | 67 |
| Binary | 1111110 | 1111010 | 10100000 | 10101 | 11000 | 0 | 100101 | 11110110 | 10001 | 110111 |
Color Harmonies of #7E7AA0
Complementary color
Monochromatic Colors of #7E7AA0
Black with #7E7AA0
Text Example
Text Example
White with #7E7AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7AA0; }
p { color: rgb(126,122,160); }
H1.HeaderClassName
{
color: #7E7AA0;
}
.AnyTagClassName
{
color: #7E7AA0;
}
</style>
background-color css
<style>
a { background-color: #7E7AA0; }
a { background-color: rgb(126,122,160); }
div.DivClassName
{
background-color: #7E7AA0;
}
.BgClassName
{
background-color: #7E7AA0;
}
</style>
border-color css
<style>
span { border-color: #7E7AA0; }
span { border-color: rgb(126,122,160); }
td.TdClassName
{
border-color: #7E7AA0;
}
.TagClassName
{
border-color: #7E7AA0;
}
</style>