Shades of Deluge #7E6FAB
Tints of Deluge #7E6FAB
RGB
CMYK
RGB Variations
Color information
#7E6FAB (or 0x7E6FAB) is known color: Deluge. HEX triplet: 7E, 6F and AB. RGB value is (126,111,171). Sum of RGB (Red+Green+Blue) = 126+111+171=408 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.88% from 408); Green value is 111 (43.75% from 255 or 27.21% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E6FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6FAB is #819054. Grayscale: #7A7A7A. Windows color (decimal): -8491093 or 11235198. OLE color: 11235198.
HSL color Cylindrical-coordinate representation of color #7E6FAB: hue angle of 255º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7E6FAB is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 111 | 171 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.33 |
| HSL | 255º | 0.26% | 0.55% | - |
| HSV(B) | 255º | 0.35% | 0.67% | - |
| XYZ | 21.64 | 18.74 | 41.01 | - |
| YUV | 122.33 | 155.47 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 111 | 171 | 0.26 | 0.35 | 0 | 0.33 | 255 | 0.26 | 0.55 |
| Hex | 7E | 6F | AB | 1A | 23 | 0 | 21 | FF | 1A | 37 |
| Octal | 176 | 157 | 253 | 32 | 43 | 0 | 41 | 377 | 32 | 67 |
| Binary | 1111110 | 1101111 | 10101011 | 11010 | 100011 | 0 | 100001 | 11111111 | 11010 | 110111 |
Color Harmonies of #7E6FAB
Complementary color
Monochromatic Colors of #7E6FAB
Black with #7E6FAB
Text Example
Text Example
White with #7E6FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6FAB; }
p { color: rgb(126,111,171); }
H1.HeaderClassName
{
color: #7E6FAB;
}
.AnyTagClassName
{
color: #7E6FAB;
}
</style>
background-color css
<style>
a { background-color: #7E6FAB; }
a { background-color: rgb(126,111,171); }
div.DivClassName
{
background-color: #7E6FAB;
}
.BgClassName
{
background-color: #7E6FAB;
}
</style>
border-color css
<style>
span { border-color: #7E6FAB; }
span { border-color: rgb(126,111,171); }
td.TdClassName
{
border-color: #7E6FAB;
}
.TagClassName
{
border-color: #7E6FAB;
}
</style>