Shades of Deluge #7E5CAF
Tints of Deluge #7E5CAF
RGB
CMYK
RGB Variations
Color information
#7E5CAF (or 0x7E5CAF) is known color: Deluge. HEX triplet: 7E, 5C and AF. RGB value is (126,92,175). Sum of RGB (Red+Green+Blue) = 126+92+175=393 (52% of max value = 765). Red value is 126 (49.61% from 255 or 32.06% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #7E5CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5CAF is #81A350. Grayscale: #6F6F6F. Windows color (decimal): -8495953 or 11492478. OLE color: 11492478.
HSL color Cylindrical-coordinate representation of color #7E5CAF: hue angle of 264.58º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E5CAF is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 126 | 92 | 175 | - |
| CMYK | 0.28 | 0.47 | 0 | 0.31 |
| HSL | 264.58º | 0.34% | 0.52% | - |
| HSV(B) | 264.58º | 0.47% | 0.69% | - |
| XYZ | 20.17 | 15.19 | 42.43 | - |
| YUV | 111.63 | 163.76 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 92 | 175 | 0.28 | 0.47 | 0 | 0.31 | 264.58 | 0.34 | 0.52 |
| Hex | 7E | 5C | AF | 1C | 2F | 0 | 1F | 109 | 22 | 34 |
| Octal | 176 | 134 | 257 | 34 | 57 | 0 | 37 | 411 | 42 | 64 |
| Binary | 1111110 | 1011100 | 10101111 | 11100 | 101111 | 0 | 11111 | 100001001 | 100010 | 110100 |
Color Harmonies of #7E5CAF
Complementary color
Monochromatic Colors of #7E5CAF
Black with #7E5CAF
Text Example
Text Example
White with #7E5CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5CAF; }
p { color: rgb(126,92,175); }
H1.HeaderClassName
{
color: #7E5CAF;
}
.AnyTagClassName
{
color: #7E5CAF;
}
</style>
background-color css
<style>
a { background-color: #7E5CAF; }
a { background-color: rgb(126,92,175); }
div.DivClassName
{
background-color: #7E5CAF;
}
.BgClassName
{
background-color: #7E5CAF;
}
</style>
border-color css
<style>
span { border-color: #7E5CAF; }
span { border-color: rgb(126,92,175); }
td.TdClassName
{
border-color: #7E5CAF;
}
.TagClassName
{
border-color: #7E5CAF;
}
</style>