Shades of Deluge #7E78AE
Tints of Deluge #7E78AE
RGB
CMYK
RGB Variations
Color information
#7E78AE (or 0x7E78AE) is known color: Deluge. HEX triplet: 7E, 78 and AE. RGB value is (126,120,174). Sum of RGB (Red+Green+Blue) = 126+120+174=420 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 174 - color contains mainly: blue. Hex color #7E78AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E78AE is #818751. Grayscale: #7F7F7F. Windows color (decimal): -8488786 or 11434110. OLE color: 11434110.
HSL color Cylindrical-coordinate representation of color #7E78AE: hue angle of 246.67º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7E78AE is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 126 | 120 | 174 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.32 |
| HSL | 246.67º | 0.25% | 0.58% | - |
| HSV(B) | 246.67º | 0.31% | 0.68% | - |
| XYZ | 22.96 | 20.92 | 42.87 | - |
| YUV | 127.95 | 153.99 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 120 | 174 | 0.28 | 0.31 | 0 | 0.32 | 246.67 | 0.25 | 0.58 |
| Hex | 7E | 78 | AE | 1C | 1F | 0 | 20 | F7 | 19 | 3A |
| Octal | 176 | 170 | 256 | 34 | 37 | 0 | 40 | 367 | 31 | 72 |
| Binary | 1111110 | 1111000 | 10101110 | 11100 | 11111 | 0 | 100000 | 11110111 | 11001 | 111010 |
Color Harmonies of #7E78AE
Complementary color
Monochromatic Colors of #7E78AE
Black with #7E78AE
Text Example
Text Example
White with #7E78AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E78AE; }
p { color: rgb(126,120,174); }
H1.HeaderClassName
{
color: #7E78AE;
}
.AnyTagClassName
{
color: #7E78AE;
}
</style>
background-color css
<style>
a { background-color: #7E78AE; }
a { background-color: rgb(126,120,174); }
div.DivClassName
{
background-color: #7E78AE;
}
.BgClassName
{
background-color: #7E78AE;
}
</style>
border-color css
<style>
span { border-color: #7E78AE; }
span { border-color: rgb(126,120,174); }
td.TdClassName
{
border-color: #7E78AE;
}
.TagClassName
{
border-color: #7E78AE;
}
</style>