Shades of Deluge #7E7AAA
Tints of Deluge #7E7AAA
RGB
CMYK
RGB Variations
Color information
#7E7AAA (or 0x7E7AAA) is known color: Deluge. HEX triplet: 7E, 7A and AA. RGB value is (126,122,170). Sum of RGB (Red+Green+Blue) = 126+122+170=418 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.14% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 170 - color contains mainly: blue. Hex color #7E7AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7AAA is #818555. Grayscale: #808080. Windows color (decimal): -8488278 or 11172478. OLE color: 11172478.
HSL color Cylindrical-coordinate representation of color #7E7AAA: hue angle of 245º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7E7AAA is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 122 | 170 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.33 |
| HSL | 245º | 0.22% | 0.57% | - |
| HSV(B) | 245º | 0.28% | 0.67% | - |
| XYZ | 22.82 | 21.26 | 40.93 | - |
| YUV | 128.67 | 151.33 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 122 | 170 | 0.26 | 0.28 | 0 | 0.33 | 245 | 0.22 | 0.57 |
| Hex | 7E | 7A | AA | 1A | 1C | 0 | 21 | F5 | 16 | 39 |
| Octal | 176 | 172 | 252 | 32 | 34 | 0 | 41 | 365 | 26 | 71 |
| Binary | 1111110 | 1111010 | 10101010 | 11010 | 11100 | 0 | 100001 | 11110101 | 10110 | 111001 |
Color Harmonies of #7E7AAA
Complementary color
Monochromatic Colors of #7E7AAA
Black with #7E7AAA
Text Example
Text Example
White with #7E7AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7AAA; }
p { color: rgb(126,122,170); }
H1.HeaderClassName
{
color: #7E7AAA;
}
.AnyTagClassName
{
color: #7E7AAA;
}
</style>
background-color css
<style>
a { background-color: #7E7AAA; }
a { background-color: rgb(126,122,170); }
div.DivClassName
{
background-color: #7E7AAA;
}
.BgClassName
{
background-color: #7E7AAA;
}
</style>
border-color css
<style>
span { border-color: #7E7AAA; }
span { border-color: rgb(126,122,170); }
td.TdClassName
{
border-color: #7E7AAA;
}
.TagClassName
{
border-color: #7E7AAA;
}
</style>