Shades of Deluge #7E6AAA
Tints of Deluge #7E6AAA
RGB
CMYK
RGB Variations
Color information
#7E6AAA (or 0x7E6AAA) is known color: Deluge. HEX triplet: 7E, 6A and AA. RGB value is (126,106,170). Sum of RGB (Red+Green+Blue) = 126+106+170=402 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.34% from 402); Green value is 106 (41.80% from 255 or 26.37% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 170 - color contains mainly: blue. Hex color #7E6AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6AAA is #819555. Grayscale: #777777. Windows color (decimal): -8492374 or 11168382. OLE color: 11168382.
HSL color Cylindrical-coordinate representation of color #7E6AAA: hue angle of 258.75º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7E6AAA is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 106 | 170 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.33 |
| HSL | 258.75º | 0.27% | 0.54% | - |
| HSV(B) | 258.75º | 0.38% | 0.67% | - |
| XYZ | 21.01 | 17.65 | 40.33 | - |
| YUV | 119.28 | 156.63 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 106 | 170 | 0.26 | 0.38 | 0 | 0.33 | 258.75 | 0.27 | 0.54 |
| Hex | 7E | 6A | AA | 1A | 26 | 0 | 21 | 103 | 1B | 36 |
| Octal | 176 | 152 | 252 | 32 | 46 | 0 | 41 | 403 | 33 | 66 |
| Binary | 1111110 | 1101010 | 10101010 | 11010 | 100110 | 0 | 100001 | 100000011 | 11011 | 110110 |
Color Harmonies of #7E6AAA
Complementary color
Monochromatic Colors of #7E6AAA
Black with #7E6AAA
Text Example
Text Example
White with #7E6AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6AAA; }
p { color: rgb(126,106,170); }
H1.HeaderClassName
{
color: #7E6AAA;
}
.AnyTagClassName
{
color: #7E6AAA;
}
</style>
background-color css
<style>
a { background-color: #7E6AAA; }
a { background-color: rgb(126,106,170); }
div.DivClassName
{
background-color: #7E6AAA;
}
.BgClassName
{
background-color: #7E6AAA;
}
</style>
border-color css
<style>
span { border-color: #7E6AAA; }
span { border-color: rgb(126,106,170); }
td.TdClassName
{
border-color: #7E6AAA;
}
.TagClassName
{
border-color: #7E6AAA;
}
</style>