Shades of Deluge #7D78AE
Tints of Deluge #7D78AE
RGB
CMYK
RGB Variations
Color information
#7D78AE (or 0x7D78AE) is known color: Deluge. HEX triplet: 7D, 78 and AE. RGB value is (125,120,174). Sum of RGB (Red+Green+Blue) = 125+120+174=419 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.83% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 174 - color contains mainly: blue. Hex color #7D78AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D78AE is #828751. Grayscale: #7F7F7F. Windows color (decimal): -8554322 or 11434109. OLE color: 11434109.
HSL color Cylindrical-coordinate representation of color #7D78AE: hue angle of 245.56º 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 #7D78AE is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 120 | 174 | - |
| CMYK | 0.28 | 0.31 | 0 | 0.32 |
| HSL | 245.56º | 0.25% | 0.58% | - |
| HSV(B) | 245.56º | 0.31% | 0.68% | - |
| XYZ | 22.81 | 20.85 | 42.87 | - |
| YUV | 127.65 | 154.16 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 120 | 174 | 0.28 | 0.31 | 0 | 0.32 | 245.56 | 0.25 | 0.58 |
| Hex | 7D | 78 | AE | 1C | 1F | 0 | 20 | F6 | 19 | 3A |
| Octal | 175 | 170 | 256 | 34 | 37 | 0 | 40 | 366 | 31 | 72 |
| Binary | 1111101 | 1111000 | 10101110 | 11100 | 11111 | 0 | 100000 | 11110110 | 11001 | 111010 |
Color Harmonies of #7D78AE
Complementary color
Monochromatic Colors of #7D78AE
Black with #7D78AE
Text Example
Text Example
White with #7D78AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D78AE; }
p { color: rgb(125,120,174); }
H1.HeaderClassName
{
color: #7D78AE;
}
.AnyTagClassName
{
color: #7D78AE;
}
</style>
background-color css
<style>
a { background-color: #7D78AE; }
a { background-color: rgb(125,120,174); }
div.DivClassName
{
background-color: #7D78AE;
}
.BgClassName
{
background-color: #7D78AE;
}
</style>
border-color css
<style>
span { border-color: #7D78AE; }
span { border-color: rgb(125,120,174); }
td.TdClassName
{
border-color: #7D78AE;
}
.TagClassName
{
border-color: #7D78AE;
}
</style>