Shades of Deluge #7E7DAB
Tints of Deluge #7E7DAB
RGB
CMYK
RGB Variations
Color information
#7E7DAB (or 0x7E7DAB) is known color: Deluge. HEX triplet: 7E, 7D and AB. RGB value is (126,125,171). Sum of RGB (Red+Green+Blue) = 126+125+171=422 (55% of max value = 765). Red value is 126 (49.61% from 255 or 29.86% from 422); Green value is 125 (49.22% from 255 or 29.62% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E7DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7DAB is #818254. Grayscale: #828282. Windows color (decimal): -8487509 or 11238782. OLE color: 11238782.
HSL color Cylindrical-coordinate representation of color #7E7DAB: hue angle of 241.3º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7E7DAB is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 125 | 171 | - |
| CMYK | 0.26 | 0.27 | 0 | 0.33 |
| HSL | 241.3º | 0.21% | 0.58% | - |
| HSV(B) | 241.3º | 0.27% | 0.67% | - |
| XYZ | 23.29 | 22.04 | 41.56 | - |
| YUV | 130.54 | 150.83 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 125 | 171 | 0.26 | 0.27 | 0 | 0.33 | 241.3 | 0.21 | 0.58 |
| Hex | 7E | 7D | AB | 1A | 1B | 0 | 21 | F1 | 15 | 3A |
| Octal | 176 | 175 | 253 | 32 | 33 | 0 | 41 | 361 | 25 | 72 |
| Binary | 1111110 | 1111101 | 10101011 | 11010 | 11011 | 0 | 100001 | 11110001 | 10101 | 111010 |
Color Harmonies of #7E7DAB
Complementary color
Monochromatic Colors of #7E7DAB
Black with #7E7DAB
Text Example
Text Example
White with #7E7DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7DAB; }
p { color: rgb(126,125,171); }
H1.HeaderClassName
{
color: #7E7DAB;
}
.AnyTagClassName
{
color: #7E7DAB;
}
</style>
background-color css
<style>
a { background-color: #7E7DAB; }
a { background-color: rgb(126,125,171); }
div.DivClassName
{
background-color: #7E7DAB;
}
.BgClassName
{
background-color: #7E7DAB;
}
</style>
border-color css
<style>
span { border-color: #7E7DAB; }
span { border-color: rgb(126,125,171); }
td.TdClassName
{
border-color: #7E7DAB;
}
.TagClassName
{
border-color: #7E7DAB;
}
</style>