Shades of Deluge #7E5DAE
Tints of Deluge #7E5DAE
RGB
CMYK
RGB Variations
Color information
#7E5DAE (or 0x7E5DAE) is known color: Deluge. HEX triplet: 7E, 5D and AE. RGB value is (126,93,174). Sum of RGB (Red+Green+Blue) = 126+93+174=393 (52% of max value = 765). Red value is 126 (49.61% from 255 or 32.06% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #7E5DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5DAE is #81A251. Grayscale: #6F6F6F. Windows color (decimal): -8495698 or 11427198. OLE color: 11427198.
HSL color Cylindrical-coordinate representation of color #7E5DAE: hue angle of 264.44º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E5DAE is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 126 | 93 | 174 | - |
| CMYK | 0.28 | 0.47 | 0 | 0.32 |
| HSL | 264.44º | 0.33% | 0.52% | - |
| HSV(B) | 264.44º | 0.47% | 0.68% | - |
| XYZ | 20.16 | 15.32 | 41.94 | - |
| YUV | 112.1 | 162.93 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 93 | 174 | 0.28 | 0.47 | 0 | 0.32 | 264.44 | 0.33 | 0.52 |
| Hex | 7E | 5D | AE | 1C | 2F | 0 | 20 | 108 | 21 | 34 |
| Octal | 176 | 135 | 256 | 34 | 57 | 0 | 40 | 410 | 41 | 64 |
| Binary | 1111110 | 1011101 | 10101110 | 11100 | 101111 | 0 | 100000 | 100001000 | 100001 | 110100 |
Color Harmonies of #7E5DAE
Complementary color
Monochromatic Colors of #7E5DAE
Black with #7E5DAE
Text Example
Text Example
White with #7E5DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5DAE; }
p { color: rgb(126,93,174); }
H1.HeaderClassName
{
color: #7E5DAE;
}
.AnyTagClassName
{
color: #7E5DAE;
}
</style>
background-color css
<style>
a { background-color: #7E5DAE; }
a { background-color: rgb(126,93,174); }
div.DivClassName
{
background-color: #7E5DAE;
}
.BgClassName
{
background-color: #7E5DAE;
}
</style>
border-color css
<style>
span { border-color: #7E5DAE; }
span { border-color: rgb(126,93,174); }
td.TdClassName
{
border-color: #7E5DAE;
}
.TagClassName
{
border-color: #7E5DAE;
}
</style>