Shades of Deluge #7E7AAB
Tints of Deluge #7E7AAB
RGB
CMYK
RGB Variations
Color information
#7E7AAB (or 0x7E7AAB) is known color: Deluge. HEX triplet: 7E, 7A and AB. RGB value is (126,122,171). Sum of RGB (Red+Green+Blue) = 126+122+171=419 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.07% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E7AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7AAB is #818554. Grayscale: #808080. Windows color (decimal): -8488277 or 11238014. OLE color: 11238014.
HSL color Cylindrical-coordinate representation of color #7E7AAB: hue angle of 244.9º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7E7AAB is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 122 | 171 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.33 |
| HSL | 244.9º | 0.23% | 0.57% | - |
| HSV(B) | 244.9º | 0.29% | 0.67% | - |
| XYZ | 22.91 | 21.29 | 41.43 | - |
| YUV | 128.78 | 151.83 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 122 | 171 | 0.26 | 0.29 | 0 | 0.33 | 244.9 | 0.23 | 0.57 |
| Hex | 7E | 7A | AB | 1A | 1D | 0 | 21 | F5 | 17 | 39 |
| Octal | 176 | 172 | 253 | 32 | 35 | 0 | 41 | 365 | 27 | 71 |
| Binary | 1111110 | 1111010 | 10101011 | 11010 | 11101 | 0 | 100001 | 11110101 | 10111 | 111001 |
Color Harmonies of #7E7AAB
Complementary color
Monochromatic Colors of #7E7AAB
Black with #7E7AAB
Text Example
Text Example
White with #7E7AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7AAB; }
p { color: rgb(126,122,171); }
H1.HeaderClassName
{
color: #7E7AAB;
}
.AnyTagClassName
{
color: #7E7AAB;
}
</style>
background-color css
<style>
a { background-color: #7E7AAB; }
a { background-color: rgb(126,122,171); }
div.DivClassName
{
background-color: #7E7AAB;
}
.BgClassName
{
background-color: #7E7AAB;
}
</style>
border-color css
<style>
span { border-color: #7E7AAB; }
span { border-color: rgb(126,122,171); }
td.TdClassName
{
border-color: #7E7AAB;
}
.TagClassName
{
border-color: #7E7AAB;
}
</style>