Shades of Deluge #7E5CB1
Tints of Deluge #7E5CB1
RGB
CMYK
RGB Variations
Color information
#7E5CB1 (or 0x7E5CB1) is known color: Deluge. HEX triplet: 7E, 5C and B1. RGB value is (126,92,177). Sum of RGB (Red+Green+Blue) = 126+92+177=395 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.90% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 177 (69.53% from 255 or 44.81% from 395); Max value from RGB is 177 - color contains mainly: blue. Hex color #7E5CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5CB1 is #81A34E. Grayscale: #6F6F6F. Windows color (decimal): -8495951 or 11623550. OLE color: 11623550.
HSL color Cylindrical-coordinate representation of color #7E5CB1: hue angle of 264º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7E5CB1 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 126 | 92 | 177 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.31 |
| HSL | 264º | 0.35% | 0.53% | - |
| HSV(B) | 264º | 0.48% | 0.69% | - |
| XYZ | 20.37 | 15.26 | 43.47 | - |
| YUV | 111.86 | 164.76 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 92 | 177 | 0.29 | 0.48 | 0 | 0.31 | 264 | 0.35 | 0.53 |
| Hex | 7E | 5C | B1 | 1D | 30 | 0 | 1F | 108 | 23 | 35 |
| Octal | 176 | 134 | 261 | 35 | 60 | 0 | 37 | 410 | 43 | 65 |
| Binary | 1111110 | 1011100 | 10110001 | 11101 | 110000 | 0 | 11111 | 100001000 | 100011 | 110101 |
Color Harmonies of #7E5CB1
Complementary color
Monochromatic Colors of #7E5CB1
Black with #7E5CB1
Text Example
Text Example
White with #7E5CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5CB1; }
p { color: rgb(126,92,177); }
H1.HeaderClassName
{
color: #7E5CB1;
}
.AnyTagClassName
{
color: #7E5CB1;
}
</style>
background-color css
<style>
a { background-color: #7E5CB1; }
a { background-color: rgb(126,92,177); }
div.DivClassName
{
background-color: #7E5CB1;
}
.BgClassName
{
background-color: #7E5CB1;
}
</style>
border-color css
<style>
span { border-color: #7E5CB1; }
span { border-color: rgb(126,92,177); }
td.TdClassName
{
border-color: #7E5CB1;
}
.TagClassName
{
border-color: #7E5CB1;
}
</style>