Shades of Deluge #7C7194
Tints of Deluge #7C7194
RGB
CMYK
RGB Variations
Color information
#7C7194 (or 0x7C7194) is known color: Deluge. HEX triplet: 7C, 71 and 94. RGB value is (124,113,148). Sum of RGB (Red+Green+Blue) = 124+113+148=385 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.21% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 148 - color contains mainly: blue. Hex color #7C7194 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7194 is #838E6B. Grayscale: #787878. Windows color (decimal): -8621676 or 9728380. OLE color: 9728380.
HSL color Cylindrical-coordinate representation of color #7C7194: hue angle of 258.86º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7C7194 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 113 | 148 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.42 |
| HSL | 258.86º | 0.14% | 0.51% | - |
| HSV(B) | 258.86º | 0.24% | 0.58% | - |
| XYZ | 19.56 | 18.23 | 30.51 | - |
| YUV | 120.28 | 143.64 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 113 | 148 | 0.16 | 0.24 | 0 | 0.42 | 258.86 | 0.14 | 0.51 |
| Hex | 7C | 71 | 94 | 10 | 18 | 0 | 2A | 103 | E | 33 |
| Octal | 174 | 161 | 224 | 20 | 30 | 0 | 52 | 403 | 16 | 63 |
| Binary | 1111100 | 1110001 | 10010100 | 10000 | 11000 | 0 | 101010 | 100000011 | 1110 | 110011 |
Color Harmonies of #7C7194
Complementary color
Monochromatic Colors of #7C7194
Black with #7C7194
Text Example
Text Example
White with #7C7194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7194; }
p { color: rgb(124,113,148); }
H1.HeaderClassName
{
color: #7C7194;
}
.AnyTagClassName
{
color: #7C7194;
}
</style>
background-color css
<style>
a { background-color: #7C7194; }
a { background-color: rgb(124,113,148); }
div.DivClassName
{
background-color: #7C7194;
}
.BgClassName
{
background-color: #7C7194;
}
</style>
border-color css
<style>
span { border-color: #7C7194; }
span { border-color: rgb(124,113,148); }
td.TdClassName
{
border-color: #7C7194;
}
.TagClassName
{
border-color: #7C7194;
}
</style>