Shades of Deluge #7E6DB0
Tints of Deluge #7E6DB0
RGB
CMYK
RGB Variations
Color information
#7E6DB0 (or 0x7E6DB0) is known color: Deluge. HEX triplet: 7E, 6D and B0. RGB value is (126,109,176). Sum of RGB (Red+Green+Blue) = 126+109+176=411 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.66% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 176 (69.14% from 255 or 42.82% from 411); Max value from RGB is 176 - color contains mainly: blue. Hex color #7E6DB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6DB0 is #81924F. Grayscale: #797979. Windows color (decimal): -8491600 or 11562366. OLE color: 11562366.
HSL color Cylindrical-coordinate representation of color #7E6DB0: hue angle of 255.22º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7E6DB0 is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 126 | 109 | 176 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.31 |
| HSL | 255.22º | 0.3% | 0.56% | - |
| HSV(B) | 255.22º | 0.38% | 0.69% | - |
| XYZ | 21.91 | 18.51 | 43.49 | - |
| YUV | 121.72 | 158.63 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 109 | 176 | 0.28 | 0.38 | 0 | 0.31 | 255.22 | 0.3 | 0.56 |
| Hex | 7E | 6D | B0 | 1C | 26 | 0 | 1F | FF | 1E | 38 |
| Octal | 176 | 155 | 260 | 34 | 46 | 0 | 37 | 377 | 36 | 70 |
| Binary | 1111110 | 1101101 | 10110000 | 11100 | 100110 | 0 | 11111 | 11111111 | 11110 | 111000 |
Color Harmonies of #7E6DB0
Complementary color
Monochromatic Colors of #7E6DB0
Black with #7E6DB0
Text Example
Text Example
White with #7E6DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6DB0; }
p { color: rgb(126,109,176); }
H1.HeaderClassName
{
color: #7E6DB0;
}
.AnyTagClassName
{
color: #7E6DB0;
}
</style>
background-color css
<style>
a { background-color: #7E6DB0; }
a { background-color: rgb(126,109,176); }
div.DivClassName
{
background-color: #7E6DB0;
}
.BgClassName
{
background-color: #7E6DB0;
}
</style>
border-color css
<style>
span { border-color: #7E6DB0; }
span { border-color: rgb(126,109,176); }
td.TdClassName
{
border-color: #7E6DB0;
}
.TagClassName
{
border-color: #7E6DB0;
}
</style>