Shades of Deluge #7D789A
Tints of Deluge #7D789A
RGB
CMYK
RGB Variations
Color information
#7D789A (or 0x7D789A) is known color: Deluge. HEX triplet: 7D, 78 and 9A. RGB value is (125,120,154). Sum of RGB (Red+Green+Blue) = 125+120+154=399 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.33% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 154 (60.55% from 255 or 38.60% from 399); Max value from RGB is 154 - color contains mainly: blue. Hex color #7D789A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D789A is #828765. Grayscale: #7D7D7D. Windows color (decimal): -8554342 or 10123389. OLE color: 10123389.
HSL color Cylindrical-coordinate representation of color #7D789A: hue angle of 248.82º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7D789A is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 125 | 120 | 154 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.40 |
| HSL | 248.82º | 0.14% | 0.54% | - |
| HSV(B) | 248.82º | 0.22% | 0.6% | - |
| XYZ | 21.01 | 20.13 | 33.35 | - |
| YUV | 125.37 | 144.16 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 120 | 154 | 0.19 | 0.22 | 0 | 0.40 | 248.82 | 0.14 | 0.54 |
| Hex | 7D | 78 | 9A | 13 | 16 | 0 | 28 | F9 | E | 36 |
| Octal | 175 | 170 | 232 | 23 | 26 | 0 | 50 | 371 | 16 | 66 |
| Binary | 1111101 | 1111000 | 10011010 | 10011 | 10110 | 0 | 101000 | 11111001 | 1110 | 110110 |
Color Harmonies of #7D789A
Complementary color
Monochromatic Colors of #7D789A
Black with #7D789A
Text Example
Text Example
White with #7D789A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D789A; }
p { color: rgb(125,120,154); }
H1.HeaderClassName
{
color: #7D789A;
}
.AnyTagClassName
{
color: #7D789A;
}
</style>
background-color css
<style>
a { background-color: #7D789A; }
a { background-color: rgb(125,120,154); }
div.DivClassName
{
background-color: #7D789A;
}
.BgClassName
{
background-color: #7D789A;
}
</style>
border-color css
<style>
span { border-color: #7D789A; }
span { border-color: rgb(125,120,154); }
td.TdClassName
{
border-color: #7D789A;
}
.TagClassName
{
border-color: #7D789A;
}
</style>