Shades of Deluge #7E69A1
Tints of Deluge #7E69A1
RGB
CMYK
RGB Variations
Color information
#7E69A1 (or 0x7E69A1) is known color: Deluge. HEX triplet: 7E, 69 and A1. RGB value is (126,105,161). Sum of RGB (Red+Green+Blue) = 126+105+161=392 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.14% from 392); Green value is 105 (41.41% from 255 or 26.79% from 392); Blue value is 161 (63.28% from 255 or 41.07% from 392); Max value from RGB is 161 - color contains mainly: blue. Hex color #7E69A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E69A1 is #81965E. Grayscale: #757575. Windows color (decimal): -8492639 or 10578302. OLE color: 10578302.
HSL color Cylindrical-coordinate representation of color #7E69A1: hue angle of 262.5º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7E69A1 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 126 | 105 | 161 | - |
| CMYK | 0.22 | 0.35 | 0 | 0.37 |
| HSL | 262.5º | 0.23% | 0.52% | - |
| HSV(B) | 262.5º | 0.35% | 0.63% | - |
| XYZ | 20.09 | 17.11 | 35.96 | - |
| YUV | 117.66 | 152.46 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 105 | 161 | 0.22 | 0.35 | 0 | 0.37 | 262.5 | 0.23 | 0.52 |
| Hex | 7E | 69 | A1 | 16 | 23 | 0 | 25 | 106 | 17 | 34 |
| Octal | 176 | 151 | 241 | 26 | 43 | 0 | 45 | 406 | 27 | 64 |
| Binary | 1111110 | 1101001 | 10100001 | 10110 | 100011 | 0 | 100101 | 100000110 | 10111 | 110100 |
Color Harmonies of #7E69A1
Complementary color
Monochromatic Colors of #7E69A1
Black with #7E69A1
Text Example
Text Example
White with #7E69A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E69A1; }
p { color: rgb(126,105,161); }
H1.HeaderClassName
{
color: #7E69A1;
}
.AnyTagClassName
{
color: #7E69A1;
}
</style>
background-color css
<style>
a { background-color: #7E69A1; }
a { background-color: rgb(126,105,161); }
div.DivClassName
{
background-color: #7E69A1;
}
.BgClassName
{
background-color: #7E69A1;
}
</style>
border-color css
<style>
span { border-color: #7E69A1; }
span { border-color: rgb(126,105,161); }
td.TdClassName
{
border-color: #7E69A1;
}
.TagClassName
{
border-color: #7E69A1;
}
</style>