Shades of Deluge #7C7896
Tints of Deluge #7C7896
RGB
CMYK
RGB Variations
Color information
#7C7896 (or 0x7C7896) is known color: Deluge. HEX triplet: 7C, 78 and 96. RGB value is (124,120,150). Sum of RGB (Red+Green+Blue) = 124+120+150=394 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.47% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 150 - color contains mainly: blue. Hex color #7C7896 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7896 is #838769. Grayscale: #7C7C7C. Windows color (decimal): -8619882 or 9861244. OLE color: 9861244.
HSL color Cylindrical-coordinate representation of color #7C7896: hue angle of 248º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7C7896 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 124 | 120 | 150 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.41 |
| HSL | 248º | 0.13% | 0.53% | - |
| HSV(B) | 248º | 0.2% | 0.59% | - |
| XYZ | 20.53 | 19.92 | 31.62 | - |
| YUV | 124.62 | 142.33 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 120 | 150 | 0.17 | 0.20 | 0 | 0.41 | 248 | 0.13 | 0.53 |
| Hex | 7C | 78 | 96 | 11 | 14 | 0 | 29 | F8 | C | 35 |
| Octal | 174 | 170 | 226 | 21 | 24 | 0 | 51 | 370 | 14 | 65 |
| Binary | 1111100 | 1111000 | 10010110 | 10001 | 10100 | 0 | 101001 | 11111000 | 1100 | 110101 |
Color Harmonies of #7C7896
Complementary color
Monochromatic Colors of #7C7896
Black with #7C7896
Text Example
Text Example
White with #7C7896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7896; }
p { color: rgb(124,120,150); }
H1.HeaderClassName
{
color: #7C7896;
}
.AnyTagClassName
{
color: #7C7896;
}
</style>
background-color css
<style>
a { background-color: #7C7896; }
a { background-color: rgb(124,120,150); }
div.DivClassName
{
background-color: #7C7896;
}
.BgClassName
{
background-color: #7C7896;
}
</style>
border-color css
<style>
span { border-color: #7C7896; }
span { border-color: rgb(124,120,150); }
td.TdClassName
{
border-color: #7C7896;
}
.TagClassName
{
border-color: #7C7896;
}
</style>