Shades of Deluge #7C7394
Tints of Deluge #7C7394
RGB
CMYK
RGB Variations
Color information
#7C7394 (or 0x7C7394) is known color: Deluge. HEX triplet: 7C, 73 and 94. RGB value is (124,115,148). Sum of RGB (Red+Green+Blue) = 124+115+148=387 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.04% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 148 (58.20% from 255 or 38.24% from 387); Max value from RGB is 148 - color contains mainly: blue. Hex color #7C7394 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7394 is #838C6B. Grayscale: #797979. Windows color (decimal): -8621164 or 9728892. OLE color: 9728892.
HSL color Cylindrical-coordinate representation of color #7C7394: hue angle of 256.36º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7C7394 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 115 | 148 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.42 |
| HSL | 256.36º | 0.13% | 0.52% | - |
| HSV(B) | 256.36º | 0.22% | 0.58% | - |
| XYZ | 19.79 | 18.68 | 30.58 | - |
| YUV | 121.45 | 142.98 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 115 | 148 | 0.16 | 0.22 | 0 | 0.42 | 256.36 | 0.13 | 0.52 |
| Hex | 7C | 73 | 94 | 10 | 16 | 0 | 2A | 100 | D | 34 |
| Octal | 174 | 163 | 224 | 20 | 26 | 0 | 52 | 400 | 15 | 64 |
| Binary | 1111100 | 1110011 | 10010100 | 10000 | 10110 | 0 | 101010 | 100000000 | 1101 | 110100 |
Color Harmonies of #7C7394
Complementary color
Monochromatic Colors of #7C7394
Black with #7C7394
Text Example
Text Example
White with #7C7394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7394; }
p { color: rgb(124,115,148); }
H1.HeaderClassName
{
color: #7C7394;
}
.AnyTagClassName
{
color: #7C7394;
}
</style>
background-color css
<style>
a { background-color: #7C7394; }
a { background-color: rgb(124,115,148); }
div.DivClassName
{
background-color: #7C7394;
}
.BgClassName
{
background-color: #7C7394;
}
</style>
border-color css
<style>
span { border-color: #7C7394; }
span { border-color: rgb(124,115,148); }
td.TdClassName
{
border-color: #7C7394;
}
.TagClassName
{
border-color: #7C7394;
}
</style>