Shades of Deluge #7E6AAB
Tints of Deluge #7E6AAB
RGB
CMYK
RGB Variations
Color information
#7E6AAB (or 0x7E6AAB) is known color: Deluge. HEX triplet: 7E, 6A and AB. RGB value is (126,106,171). Sum of RGB (Red+Green+Blue) = 126+106+171=403 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.27% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E6AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6AAB is #819554. Grayscale: #777777. Windows color (decimal): -8492373 or 11233918. OLE color: 11233918.
HSL color Cylindrical-coordinate representation of color #7E6AAB: hue angle of 258.46º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7E6AAB is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 106 | 171 | - |
| CMYK | 0.26 | 0.38 | 0 | 0.33 |
| HSL | 258.46º | 0.28% | 0.54% | - |
| HSV(B) | 258.46º | 0.38% | 0.67% | - |
| XYZ | 21.11 | 17.68 | 40.83 | - |
| YUV | 119.39 | 157.13 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 106 | 171 | 0.26 | 0.38 | 0 | 0.33 | 258.46 | 0.28 | 0.54 |
| Hex | 7E | 6A | AB | 1A | 26 | 0 | 21 | 102 | 1C | 36 |
| Octal | 176 | 152 | 253 | 32 | 46 | 0 | 41 | 402 | 34 | 66 |
| Binary | 1111110 | 1101010 | 10101011 | 11010 | 100110 | 0 | 100001 | 100000010 | 11100 | 110110 |
Color Harmonies of #7E6AAB
Complementary color
Monochromatic Colors of #7E6AAB
Black with #7E6AAB
Text Example
Text Example
White with #7E6AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6AAB; }
p { color: rgb(126,106,171); }
H1.HeaderClassName
{
color: #7E6AAB;
}
.AnyTagClassName
{
color: #7E6AAB;
}
</style>
background-color css
<style>
a { background-color: #7E6AAB; }
a { background-color: rgb(126,106,171); }
div.DivClassName
{
background-color: #7E6AAB;
}
.BgClassName
{
background-color: #7E6AAB;
}
</style>
border-color css
<style>
span { border-color: #7E6AAB; }
span { border-color: rgb(126,106,171); }
td.TdClassName
{
border-color: #7E6AAB;
}
.TagClassName
{
border-color: #7E6AAB;
}
</style>