Shades of Deluge #7E78AB
Tints of Deluge #7E78AB
RGB
CMYK
RGB Variations
Color information
#7E78AB (or 0x7E78AB) is known color: Deluge. HEX triplet: 7E, 78 and AB. RGB value is (126,120,171). Sum of RGB (Red+Green+Blue) = 126+120+171=417 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.22% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E78AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E78AB is #818754. Grayscale: #7F7F7F. Windows color (decimal): -8488789 or 11237502. OLE color: 11237502.
HSL color Cylindrical-coordinate representation of color #7E78AB: hue angle of 247.06º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7E78AB is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 120 | 171 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.33 |
| HSL | 247.06º | 0.23% | 0.57% | - |
| HSV(B) | 247.06º | 0.3% | 0.67% | - |
| XYZ | 22.67 | 20.81 | 41.35 | - |
| YUV | 127.61 | 152.49 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 120 | 171 | 0.26 | 0.30 | 0 | 0.33 | 247.06 | 0.23 | 0.57 |
| Hex | 7E | 78 | AB | 1A | 1E | 0 | 21 | F7 | 17 | 39 |
| Octal | 176 | 170 | 253 | 32 | 36 | 0 | 41 | 367 | 27 | 71 |
| Binary | 1111110 | 1111000 | 10101011 | 11010 | 11110 | 0 | 100001 | 11110111 | 10111 | 111001 |
Color Harmonies of #7E78AB
Complementary color
Monochromatic Colors of #7E78AB
Black with #7E78AB
Text Example
Text Example
White with #7E78AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E78AB; }
p { color: rgb(126,120,171); }
H1.HeaderClassName
{
color: #7E78AB;
}
.AnyTagClassName
{
color: #7E78AB;
}
</style>
background-color css
<style>
a { background-color: #7E78AB; }
a { background-color: rgb(126,120,171); }
div.DivClassName
{
background-color: #7E78AB;
}
.BgClassName
{
background-color: #7E78AB;
}
</style>
border-color css
<style>
span { border-color: #7E78AB; }
span { border-color: rgb(126,120,171); }
td.TdClassName
{
border-color: #7E78AB;
}
.TagClassName
{
border-color: #7E78AB;
}
</style>