Shades of Deluge #7E71A0
Tints of Deluge #7E71A0
RGB
CMYK
RGB Variations
Color information
#7E71A0 (or 0x7E71A0) is known color: Deluge. HEX triplet: 7E, 71 and A0. RGB value is (126,113,160). Sum of RGB (Red+Green+Blue) = 126+113+160=399 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.58% from 399); Green value is 113 (44.53% from 255 or 28.32% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 160 - color contains mainly: blue. Hex color #7E71A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E71A0 is #818E5F. Grayscale: #7A7A7A. Windows color (decimal): -8490592 or 10514814. OLE color: 10514814.
HSL color Cylindrical-coordinate representation of color #7E71A0: hue angle of 256.6º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7E71A0 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 126 | 113 | 160 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.37 |
| HSL | 256.6º | 0.2% | 0.54% | - |
| HSV(B) | 256.6º | 0.29% | 0.63% | - |
| XYZ | 20.85 | 18.78 | 35.78 | - |
| YUV | 122.25 | 149.31 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 113 | 160 | 0.21 | 0.29 | 0 | 0.37 | 256.6 | 0.2 | 0.54 |
| Hex | 7E | 71 | A0 | 15 | 1D | 0 | 25 | 101 | 14 | 36 |
| Octal | 176 | 161 | 240 | 25 | 35 | 0 | 45 | 401 | 24 | 66 |
| Binary | 1111110 | 1110001 | 10100000 | 10101 | 11101 | 0 | 100101 | 100000001 | 10100 | 110110 |
Color Harmonies of #7E71A0
Complementary color
Monochromatic Colors of #7E71A0
Black with #7E71A0
Text Example
Text Example
White with #7E71A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E71A0; }
p { color: rgb(126,113,160); }
H1.HeaderClassName
{
color: #7E71A0;
}
.AnyTagClassName
{
color: #7E71A0;
}
</style>
background-color css
<style>
a { background-color: #7E71A0; }
a { background-color: rgb(126,113,160); }
div.DivClassName
{
background-color: #7E71A0;
}
.BgClassName
{
background-color: #7E71A0;
}
</style>
border-color css
<style>
span { border-color: #7E71A0; }
span { border-color: rgb(126,113,160); }
td.TdClassName
{
border-color: #7E71A0;
}
.TagClassName
{
border-color: #7E71A0;
}
</style>