Shades of Deluge #7E7DA8
Tints of Deluge #7E7DA8
RGB
CMYK
RGB Variations
Color information
#7E7DA8 (or 0x7E7DA8) is known color: Deluge. HEX triplet: 7E, 7D and A8. RGB value is (126,125,168). Sum of RGB (Red+Green+Blue) = 126+125+168=419 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.07% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 168 (66.02% from 255 or 40.10% from 419); Max value from RGB is 168 - color contains mainly: blue. Hex color #7E7DA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7DA8 is #818257. Grayscale: #828282. Windows color (decimal): -8487512 or 11042174. OLE color: 11042174.
HSL color Cylindrical-coordinate representation of color #7E7DA8: hue angle of 241.4º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7E7DA8 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 126 | 125 | 168 | - |
| CMYK | 0.25 | 0.26 | 0 | 0.34 |
| HSL | 241.4º | 0.2% | 0.57% | - |
| HSV(B) | 241.4º | 0.26% | 0.66% | - |
| XYZ | 23.01 | 21.93 | 40.07 | - |
| YUV | 130.2 | 149.33 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 125 | 168 | 0.25 | 0.26 | 0 | 0.34 | 241.4 | 0.2 | 0.57 |
| Hex | 7E | 7D | A8 | 19 | 1A | 0 | 22 | F1 | 14 | 39 |
| Octal | 176 | 175 | 250 | 31 | 32 | 0 | 42 | 361 | 24 | 71 |
| Binary | 1111110 | 1111101 | 10101000 | 11001 | 11010 | 0 | 100010 | 11110001 | 10100 | 111001 |
Color Harmonies of #7E7DA8
Complementary color
Monochromatic Colors of #7E7DA8
Black with #7E7DA8
Text Example
Text Example
White with #7E7DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7DA8; }
p { color: rgb(126,125,168); }
H1.HeaderClassName
{
color: #7E7DA8;
}
.AnyTagClassName
{
color: #7E7DA8;
}
</style>
background-color css
<style>
a { background-color: #7E7DA8; }
a { background-color: rgb(126,125,168); }
div.DivClassName
{
background-color: #7E7DA8;
}
.BgClassName
{
background-color: #7E7DA8;
}
</style>
border-color css
<style>
span { border-color: #7E7DA8; }
span { border-color: rgb(126,125,168); }
td.TdClassName
{
border-color: #7E7DA8;
}
.TagClassName
{
border-color: #7E7DA8;
}
</style>