Shades of Deluge #7E649F
Tints of Deluge #7E649F
RGB
CMYK
RGB Variations
Color information
#7E649F (or 0x7E649F) is known color: Deluge. HEX triplet: 7E, 64 and 9F. RGB value is (126,100,159). Sum of RGB (Red+Green+Blue) = 126+100+159=385 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.73% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 159 - color contains mainly: blue. Hex color #7E649F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E649F is #819B60. Grayscale: #727272. Windows color (decimal): -8493921 or 10445950. OLE color: 10445950.
HSL color Cylindrical-coordinate representation of color #7E649F: hue angle of 266.44º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7E649F is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 126 | 100 | 159 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.38 |
| HSL | 266.44º | 0.24% | 0.51% | - |
| HSV(B) | 266.44º | 0.37% | 0.62% | - |
| XYZ | 19.42 | 16.05 | 34.88 | - |
| YUV | 114.5 | 153.11 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 100 | 159 | 0.21 | 0.37 | 0 | 0.38 | 266.44 | 0.24 | 0.51 |
| Hex | 7E | 64 | 9F | 15 | 25 | 0 | 26 | 10A | 18 | 33 |
| Octal | 176 | 144 | 237 | 25 | 45 | 0 | 46 | 412 | 30 | 63 |
| Binary | 1111110 | 1100100 | 10011111 | 10101 | 100101 | 0 | 100110 | 100001010 | 11000 | 110011 |
Color Harmonies of #7E649F
Complementary color
Monochromatic Colors of #7E649F
Black with #7E649F
Text Example
Text Example
White with #7E649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E649F; }
p { color: rgb(126,100,159); }
H1.HeaderClassName
{
color: #7E649F;
}
.AnyTagClassName
{
color: #7E649F;
}
</style>
background-color css
<style>
a { background-color: #7E649F; }
a { background-color: rgb(126,100,159); }
div.DivClassName
{
background-color: #7E649F;
}
.BgClassName
{
background-color: #7E649F;
}
</style>
border-color css
<style>
span { border-color: #7E649F; }
span { border-color: rgb(126,100,159); }
td.TdClassName
{
border-color: #7E649F;
}
.TagClassName
{
border-color: #7E649F;
}
</style>