Shades of Deluge #7E5DAC
Tints of Deluge #7E5DAC
RGB
CMYK
RGB Variations
Color information
#7E5DAC (or 0x7E5DAC) is known color: Deluge. HEX triplet: 7E, 5D and AC. RGB value is (126,93,172). Sum of RGB (Red+Green+Blue) = 126+93+172=391 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.23% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #7E5DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5DAC is #81A253. Grayscale: #6F6F6F. Windows color (decimal): -8495700 or 11296126. OLE color: 11296126.
HSL color Cylindrical-coordinate representation of color #7E5DAC: hue angle of 265.06º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E5DAC is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 93 | 172 | - |
| CMYK | 0.27 | 0.46 | 0 | 0.33 |
| HSL | 265.06º | 0.32% | 0.52% | - |
| HSV(B) | 265.06º | 0.46% | 0.67% | - |
| XYZ | 19.96 | 15.24 | 40.92 | - |
| YUV | 111.87 | 161.93 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 93 | 172 | 0.27 | 0.46 | 0 | 0.33 | 265.06 | 0.32 | 0.52 |
| Hex | 7E | 5D | AC | 1B | 2E | 0 | 21 | 109 | 20 | 34 |
| Octal | 176 | 135 | 254 | 33 | 56 | 0 | 41 | 411 | 40 | 64 |
| Binary | 1111110 | 1011101 | 10101100 | 11011 | 101110 | 0 | 100001 | 100001001 | 100000 | 110100 |
Color Harmonies of #7E5DAC
Complementary color
Monochromatic Colors of #7E5DAC
Black with #7E5DAC
Text Example
Text Example
White with #7E5DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5DAC; }
p { color: rgb(126,93,172); }
H1.HeaderClassName
{
color: #7E5DAC;
}
.AnyTagClassName
{
color: #7E5DAC;
}
</style>
background-color css
<style>
a { background-color: #7E5DAC; }
a { background-color: rgb(126,93,172); }
div.DivClassName
{
background-color: #7E5DAC;
}
.BgClassName
{
background-color: #7E5DAC;
}
</style>
border-color css
<style>
span { border-color: #7E5DAC; }
span { border-color: rgb(126,93,172); }
td.TdClassName
{
border-color: #7E5DAC;
}
.TagClassName
{
border-color: #7E5DAC;
}
</style>