Shades of Deluge #7D78AB
Tints of Deluge #7D78AB
RGB
CMYK
RGB Variations
Color information
#7D78AB (or 0x7D78AB) is known color: Deluge. HEX triplet: 7D, 78 and AB. RGB value is (125,120,171). Sum of RGB (Red+Green+Blue) = 125+120+171=416 (55% of max value = 765). Red value is 125 (49.22% from 255 or 30.05% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D78AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D78AB is #828754. Grayscale: #7F7F7F. Windows color (decimal): -8554325 or 11237501. OLE color: 11237501.
HSL color Cylindrical-coordinate representation of color #7D78AB: hue angle of 245.88º 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 #7D78AB is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 120 | 171 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.33 |
| HSL | 245.88º | 0.23% | 0.57% | - |
| HSV(B) | 245.88º | 0.3% | 0.67% | - |
| XYZ | 22.52 | 20.73 | 41.34 | - |
| YUV | 127.31 | 152.66 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 120 | 171 | 0.27 | 0.30 | 0 | 0.33 | 245.88 | 0.23 | 0.57 |
| Hex | 7D | 78 | AB | 1B | 1E | 0 | 21 | F6 | 17 | 39 |
| Octal | 175 | 170 | 253 | 33 | 36 | 0 | 41 | 366 | 27 | 71 |
| Binary | 1111101 | 1111000 | 10101011 | 11011 | 11110 | 0 | 100001 | 11110110 | 10111 | 111001 |
Color Harmonies of #7D78AB
Complementary color
Monochromatic Colors of #7D78AB
Black with #7D78AB
Text Example
Text Example
White with #7D78AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D78AB; }
p { color: rgb(125,120,171); }
H1.HeaderClassName
{
color: #7D78AB;
}
.AnyTagClassName
{
color: #7D78AB;
}
</style>
background-color css
<style>
a { background-color: #7D78AB; }
a { background-color: rgb(125,120,171); }
div.DivClassName
{
background-color: #7D78AB;
}
.BgClassName
{
background-color: #7D78AB;
}
</style>
border-color css
<style>
span { border-color: #7D78AB; }
span { border-color: rgb(125,120,171); }
td.TdClassName
{
border-color: #7D78AB;
}
.TagClassName
{
border-color: #7D78AB;
}
</style>