Shades of Deluge #7E5DAB
Tints of Deluge #7E5DAB
RGB
CMYK
RGB Variations
Color information
#7E5DAB (or 0x7E5DAB) is known color: Deluge. HEX triplet: 7E, 5D and AB. RGB value is (126,93,171). Sum of RGB (Red+Green+Blue) = 126+93+171=390 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.31% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E5DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E5DAB is #81A254. Grayscale: #6F6F6F. Windows color (decimal): -8495701 or 11230590. OLE color: 11230590.
HSL color Cylindrical-coordinate representation of color #7E5DAB: hue angle of 265.38º 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 #7E5DAB is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 93 | 171 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.33 |
| HSL | 265.38º | 0.32% | 0.52% | - |
| HSV(B) | 265.38º | 0.46% | 0.67% | - |
| XYZ | 19.87 | 15.2 | 40.42 | - |
| YUV | 111.76 | 161.43 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 93 | 171 | 0.26 | 0.46 | 0 | 0.33 | 265.38 | 0.32 | 0.52 |
| Hex | 7E | 5D | AB | 1A | 2E | 0 | 21 | 109 | 20 | 34 |
| Octal | 176 | 135 | 253 | 32 | 56 | 0 | 41 | 411 | 40 | 64 |
| Binary | 1111110 | 1011101 | 10101011 | 11010 | 101110 | 0 | 100001 | 100001001 | 100000 | 110100 |
Color Harmonies of #7E5DAB
Complementary color
Monochromatic Colors of #7E5DAB
Black with #7E5DAB
Text Example
Text Example
White with #7E5DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5DAB; }
p { color: rgb(126,93,171); }
H1.HeaderClassName
{
color: #7E5DAB;
}
.AnyTagClassName
{
color: #7E5DAB;
}
</style>
background-color css
<style>
a { background-color: #7E5DAB; }
a { background-color: rgb(126,93,171); }
div.DivClassName
{
background-color: #7E5DAB;
}
.BgClassName
{
background-color: #7E5DAB;
}
</style>
border-color css
<style>
span { border-color: #7E5DAB; }
span { border-color: rgb(126,93,171); }
td.TdClassName
{
border-color: #7E5DAB;
}
.TagClassName
{
border-color: #7E5DAB;
}
</style>