Shades of Deluge #7C789F
Tints of Deluge #7C789F
RGB
CMYK
RGB Variations
Color information
#7C789F (or 0x7C789F) is known color: Deluge. HEX triplet: 7C, 78 and 9F. RGB value is (124,120,159). Sum of RGB (Red+Green+Blue) = 124+120+159=403 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.77% from 403); Green value is 120 (47.27% from 255 or 29.78% from 403); Blue value is 159 (62.5% from 255 or 39.45% from 403); Max value from RGB is 159 - color contains mainly: blue. Hex color #7C789F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C789F is #838760. Grayscale: #7D7D7D. Windows color (decimal): -8619873 or 10451068. OLE color: 10451068.
HSL color Cylindrical-coordinate representation of color #7C789F: hue angle of 246.15º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7C789F is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 120 | 159 | - |
| CMYK | 0.22 | 0.25 | 0 | 0.38 |
| HSL | 246.15º | 0.17% | 0.55% | - |
| HSV(B) | 246.15º | 0.25% | 0.62% | - |
| XYZ | 21.29 | 20.22 | 35.58 | - |
| YUV | 125.64 | 146.83 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 120 | 159 | 0.22 | 0.25 | 0 | 0.38 | 246.15 | 0.17 | 0.55 |
| Hex | 7C | 78 | 9F | 16 | 19 | 0 | 26 | F6 | 11 | 37 |
| Octal | 174 | 170 | 237 | 26 | 31 | 0 | 46 | 366 | 21 | 67 |
| Binary | 1111100 | 1111000 | 10011111 | 10110 | 11001 | 0 | 100110 | 11110110 | 10001 | 110111 |
Color Harmonies of #7C789F
Complementary color
Monochromatic Colors of #7C789F
Black with #7C789F
Text Example
Text Example
White with #7C789F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C789F; }
p { color: rgb(124,120,159); }
H1.HeaderClassName
{
color: #7C789F;
}
.AnyTagClassName
{
color: #7C789F;
}
</style>
background-color css
<style>
a { background-color: #7C789F; }
a { background-color: rgb(124,120,159); }
div.DivClassName
{
background-color: #7C789F;
}
.BgClassName
{
background-color: #7C789F;
}
</style>
border-color css
<style>
span { border-color: #7C789F; }
span { border-color: rgb(124,120,159); }
td.TdClassName
{
border-color: #7C789F;
}
.TagClassName
{
border-color: #7C789F;
}
</style>