Shades of Deluge #7E7AAC
Tints of Deluge #7E7AAC
RGB
CMYK
RGB Variations
Color information
#7E7AAC (or 0x7E7AAC) is known color: Deluge. HEX triplet: 7E, 7A and AC. RGB value is (126,122,172). Sum of RGB (Red+Green+Blue) = 126+122+172=420 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E7AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7AAC is #818553. Grayscale: #808080. Windows color (decimal): -8488276 or 11303550. OLE color: 11303550.
HSL color Cylindrical-coordinate representation of color #7E7AAC: hue angle of 244.8º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7E7AAC is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 122 | 172 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.33 |
| HSL | 244.8º | 0.23% | 0.58% | - |
| HSV(B) | 244.8º | 0.29% | 0.67% | - |
| XYZ | 23.01 | 21.33 | 41.93 | - |
| YUV | 128.9 | 152.33 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 122 | 172 | 0.27 | 0.29 | 0 | 0.33 | 244.8 | 0.23 | 0.58 |
| Hex | 7E | 7A | AC | 1B | 1D | 0 | 21 | F5 | 17 | 3A |
| Octal | 176 | 172 | 254 | 33 | 35 | 0 | 41 | 365 | 27 | 72 |
| Binary | 1111110 | 1111010 | 10101100 | 11011 | 11101 | 0 | 100001 | 11110101 | 10111 | 111010 |
Color Harmonies of #7E7AAC
Complementary color
Monochromatic Colors of #7E7AAC
Black with #7E7AAC
Text Example
Text Example
White with #7E7AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7AAC; }
p { color: rgb(126,122,172); }
H1.HeaderClassName
{
color: #7E7AAC;
}
.AnyTagClassName
{
color: #7E7AAC;
}
</style>
background-color css
<style>
a { background-color: #7E7AAC; }
a { background-color: rgb(126,122,172); }
div.DivClassName
{
background-color: #7E7AAC;
}
.BgClassName
{
background-color: #7E7AAC;
}
</style>
border-color css
<style>
span { border-color: #7E7AAC; }
span { border-color: rgb(126,122,172); }
td.TdClassName
{
border-color: #7E7AAC;
}
.TagClassName
{
border-color: #7E7AAC;
}
</style>