Shades of Deluge #7E6EA0
Tints of Deluge #7E6EA0
RGB
CMYK
RGB Variations
Color information
#7E6EA0 (or 0x7E6EA0) is known color: Deluge. HEX triplet: 7E, 6E and A0. RGB value is (126,110,160). Sum of RGB (Red+Green+Blue) = 126+110+160=396 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.82% from 396); Green value is 110 (43.36% from 255 or 27.78% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 160 - color contains mainly: blue. Hex color #7E6EA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6EA0 is #81915F. Grayscale: #787878. Windows color (decimal): -8491360 or 10514046. OLE color: 10514046.
HSL color Cylindrical-coordinate representation of color #7E6EA0: hue angle of 259.2º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7E6EA0 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 126 | 110 | 160 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.37 |
| HSL | 259.2º | 0.21% | 0.53% | - |
| HSV(B) | 259.2º | 0.31% | 0.63% | - |
| XYZ | 20.53 | 18.13 | 35.67 | - |
| YUV | 120.48 | 150.3 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 110 | 160 | 0.21 | 0.31 | 0 | 0.37 | 259.2 | 0.21 | 0.53 |
| Hex | 7E | 6E | A0 | 15 | 1F | 0 | 25 | 103 | 15 | 35 |
| Octal | 176 | 156 | 240 | 25 | 37 | 0 | 45 | 403 | 25 | 65 |
| Binary | 1111110 | 1101110 | 10100000 | 10101 | 11111 | 0 | 100101 | 100000011 | 10101 | 110101 |
Color Harmonies of #7E6EA0
Complementary color
Monochromatic Colors of #7E6EA0
Black with #7E6EA0
Text Example
Text Example
White with #7E6EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6EA0; }
p { color: rgb(126,110,160); }
H1.HeaderClassName
{
color: #7E6EA0;
}
.AnyTagClassName
{
color: #7E6EA0;
}
</style>
background-color css
<style>
a { background-color: #7E6EA0; }
a { background-color: rgb(126,110,160); }
div.DivClassName
{
background-color: #7E6EA0;
}
.BgClassName
{
background-color: #7E6EA0;
}
</style>
border-color css
<style>
span { border-color: #7E6EA0; }
span { border-color: rgb(126,110,160); }
td.TdClassName
{
border-color: #7E6EA0;
}
.TagClassName
{
border-color: #7E6EA0;
}
</style>