Shades of Deluge #7E5DAD
Tints of Deluge #7E5DAD
RGB
CMYK
RGB Variations
Color information
#7E5DAD (or 0x7E5DAD) is known color: Deluge. HEX triplet: 7E, 5D and AD. RGB value is (126,93,173). Sum of RGB (Red+Green+Blue) = 126+93+173=392 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.14% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 173 - color contains mainly: blue. Hex color #7E5DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5DAD is #81A252. Grayscale: #6F6F6F. Windows color (decimal): -8495699 or 11361662. OLE color: 11361662.
HSL color Cylindrical-coordinate representation of color #7E5DAD: hue angle of 264.75º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E5DAD is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 126 | 93 | 173 | - |
| CMYK | 0.27 | 0.46 | 0 | 0.32 |
| HSL | 264.75º | 0.33% | 0.52% | - |
| HSV(B) | 264.75º | 0.46% | 0.68% | - |
| XYZ | 20.06 | 15.28 | 41.43 | - |
| YUV | 111.99 | 162.43 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 93 | 173 | 0.27 | 0.46 | 0 | 0.32 | 264.75 | 0.33 | 0.52 |
| Hex | 7E | 5D | AD | 1B | 2E | 0 | 20 | 109 | 21 | 34 |
| Octal | 176 | 135 | 255 | 33 | 56 | 0 | 40 | 411 | 41 | 64 |
| Binary | 1111110 | 1011101 | 10101101 | 11011 | 101110 | 0 | 100000 | 100001001 | 100001 | 110100 |
Color Harmonies of #7E5DAD
Complementary color
Monochromatic Colors of #7E5DAD
Black with #7E5DAD
Text Example
Text Example
White with #7E5DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5DAD; }
p { color: rgb(126,93,173); }
H1.HeaderClassName
{
color: #7E5DAD;
}
.AnyTagClassName
{
color: #7E5DAD;
}
</style>
background-color css
<style>
a { background-color: #7E5DAD; }
a { background-color: rgb(126,93,173); }
div.DivClassName
{
background-color: #7E5DAD;
}
.BgClassName
{
background-color: #7E5DAD;
}
</style>
border-color css
<style>
span { border-color: #7E5DAD; }
span { border-color: rgb(126,93,173); }
td.TdClassName
{
border-color: #7E5DAD;
}
.TagClassName
{
border-color: #7E5DAD;
}
</style>