Shades of Deluge #7E6496
Tints of Deluge #7E6496
RGB
CMYK
RGB Variations
Color information
#7E6496 (or 0x7E6496) is known color: Deluge. HEX triplet: 7E, 64 and 96. RGB value is (126,100,150). Sum of RGB (Red+Green+Blue) = 126+100+150=376 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.51% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 150 (58.98% from 255 or 39.89% from 376); Max value from RGB is 150 - color contains mainly: blue. Hex color #7E6496 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6496 is #819B69. Grayscale: #717171. Windows color (decimal): -8493930 or 9856126. OLE color: 9856126.
HSL color Cylindrical-coordinate representation of color #7E6496: hue angle of 271.2º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7E6496 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 126 | 100 | 150 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.41 |
| HSL | 271.2º | 0.2% | 0.49% | - |
| HSV(B) | 271.2º | 0.33% | 0.59% | - |
| XYZ | 18.67 | 15.75 | 30.91 | - |
| YUV | 113.47 | 148.61 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 100 | 150 | 0.16 | 0.33 | 0 | 0.41 | 271.2 | 0.2 | 0.49 |
| Hex | 7E | 64 | 96 | 10 | 21 | 0 | 29 | 10F | 14 | 31 |
| Octal | 176 | 144 | 226 | 20 | 41 | 0 | 51 | 417 | 24 | 61 |
| Binary | 1111110 | 1100100 | 10010110 | 10000 | 100001 | 0 | 101001 | 100001111 | 10100 | 110001 |
Color Harmonies of #7E6496
Complementary color
Monochromatic Colors of #7E6496
Black with #7E6496
Text Example
Text Example
White with #7E6496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6496; }
p { color: rgb(126,100,150); }
H1.HeaderClassName
{
color: #7E6496;
}
.AnyTagClassName
{
color: #7E6496;
}
</style>
background-color css
<style>
a { background-color: #7E6496; }
a { background-color: rgb(126,100,150); }
div.DivClassName
{
background-color: #7E6496;
}
.BgClassName
{
background-color: #7E6496;
}
</style>
border-color css
<style>
span { border-color: #7E6496; }
span { border-color: rgb(126,100,150); }
td.TdClassName
{
border-color: #7E6496;
}
.TagClassName
{
border-color: #7E6496;
}
</style>