Shades of Deluge #7E66AF
Tints of Deluge #7E66AF
RGB
CMYK
RGB Variations
Color information
#7E66AF (or 0x7E66AF) is known color: Deluge. HEX triplet: 7E, 66 and AF. RGB value is (126,102,175). Sum of RGB (Red+Green+Blue) = 126+102+175=403 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.27% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 175 - color contains mainly: blue. Hex color #7E66AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E66AF is #819950. Grayscale: #757575. Windows color (decimal): -8493393 or 11495038. OLE color: 11495038.
HSL color Cylindrical-coordinate representation of color #7E66AF: hue angle of 259.73º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E66AF is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 126 | 102 | 175 | - |
| CMYK | 0.28 | 0.42 | 0 | 0.31 |
| HSL | 259.73º | 0.31% | 0.54% | - |
| HSV(B) | 259.73º | 0.42% | 0.69% | - |
| XYZ | 21.09 | 17.03 | 42.73 | - |
| YUV | 117.5 | 160.45 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 102 | 175 | 0.28 | 0.42 | 0 | 0.31 | 259.73 | 0.31 | 0.54 |
| Hex | 7E | 66 | AF | 1C | 2A | 0 | 1F | 104 | 1F | 36 |
| Octal | 176 | 146 | 257 | 34 | 52 | 0 | 37 | 404 | 37 | 66 |
| Binary | 1111110 | 1100110 | 10101111 | 11100 | 101010 | 0 | 11111 | 100000100 | 11111 | 110110 |
Color Harmonies of #7E66AF
Complementary color
Monochromatic Colors of #7E66AF
Black with #7E66AF
Text Example
Text Example
White with #7E66AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E66AF; }
p { color: rgb(126,102,175); }
H1.HeaderClassName
{
color: #7E66AF;
}
.AnyTagClassName
{
color: #7E66AF;
}
</style>
background-color css
<style>
a { background-color: #7E66AF; }
a { background-color: rgb(126,102,175); }
div.DivClassName
{
background-color: #7E66AF;
}
.BgClassName
{
background-color: #7E66AF;
}
</style>
border-color css
<style>
span { border-color: #7E66AF; }
span { border-color: rgb(126,102,175); }
td.TdClassName
{
border-color: #7E66AF;
}
.TagClassName
{
border-color: #7E66AF;
}
</style>