Shades of Deluge #7C789E
Tints of Deluge #7C789E
RGB
CMYK
RGB Variations
Color information
#7C789E (or 0x7C789E) is known color: Deluge. HEX triplet: 7C, 78 and 9E. RGB value is (124,120,158). Sum of RGB (Red+Green+Blue) = 124+120+158=402 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.85% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 158 - color contains mainly: blue. Hex color #7C789E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C789E is #838761. Grayscale: #7D7D7D. Windows color (decimal): -8619874 or 10385532. OLE color: 10385532.
HSL color Cylindrical-coordinate representation of color #7C789E: hue angle of 246.32º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7C789E is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 120 | 158 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.38 |
| HSL | 246.32º | 0.16% | 0.55% | - |
| HSV(B) | 246.32º | 0.24% | 0.62% | - |
| XYZ | 21.2 | 20.19 | 35.13 | - |
| YUV | 125.53 | 146.33 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 120 | 158 | 0.22 | 0.24 | 0 | 0.38 | 246.32 | 0.16 | 0.55 |
| Hex | 7C | 78 | 9E | 16 | 18 | 0 | 26 | F6 | 10 | 37 |
| Octal | 174 | 170 | 236 | 26 | 30 | 0 | 46 | 366 | 20 | 67 |
| Binary | 1111100 | 1111000 | 10011110 | 10110 | 11000 | 0 | 100110 | 11110110 | 10000 | 110111 |
Color Harmonies of #7C789E
Complementary color
Monochromatic Colors of #7C789E
Black with #7C789E
Text Example
Text Example
White with #7C789E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C789E; }
p { color: rgb(124,120,158); }
H1.HeaderClassName
{
color: #7C789E;
}
.AnyTagClassName
{
color: #7C789E;
}
</style>
background-color css
<style>
a { background-color: #7C789E; }
a { background-color: rgb(124,120,158); }
div.DivClassName
{
background-color: #7C789E;
}
.BgClassName
{
background-color: #7C789E;
}
</style>
border-color css
<style>
span { border-color: #7C789E; }
span { border-color: rgb(124,120,158); }
td.TdClassName
{
border-color: #7C789E;
}
.TagClassName
{
border-color: #7C789E;
}
</style>