Shades of Deluge #7C7098
Tints of Deluge #7C7098
RGB
CMYK
RGB Variations
Color information
#7C7098 (or 0x7C7098) is known color: Deluge. HEX triplet: 7C, 70 and 98. RGB value is (124,112,152). Sum of RGB (Red+Green+Blue) = 124+112+152=388 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.96% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 152 - color contains mainly: blue. Hex color #7C7098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7098 is #838F67. Grayscale: #787878. Windows color (decimal): -8621928 or 9990268. OLE color: 9990268.
HSL color Cylindrical-coordinate representation of color #7C7098: hue angle of 258º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7C7098 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 124 | 112 | 152 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.40 |
| HSL | 258º | 0.16% | 0.52% | - |
| HSV(B) | 258º | 0.26% | 0.6% | - |
| XYZ | 19.77 | 18.14 | 32.17 | - |
| YUV | 120.15 | 145.98 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 112 | 152 | 0.18 | 0.26 | 0 | 0.40 | 258 | 0.16 | 0.52 |
| Hex | 7C | 70 | 98 | 12 | 1A | 0 | 28 | 102 | 10 | 34 |
| Octal | 174 | 160 | 230 | 22 | 32 | 0 | 50 | 402 | 20 | 64 |
| Binary | 1111100 | 1110000 | 10011000 | 10010 | 11010 | 0 | 101000 | 100000010 | 10000 | 110100 |
Color Harmonies of #7C7098
Complementary color
Monochromatic Colors of #7C7098
Black with #7C7098
Text Example
Text Example
White with #7C7098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7098; }
p { color: rgb(124,112,152); }
H1.HeaderClassName
{
color: #7C7098;
}
.AnyTagClassName
{
color: #7C7098;
}
</style>
background-color css
<style>
a { background-color: #7C7098; }
a { background-color: rgb(124,112,152); }
div.DivClassName
{
background-color: #7C7098;
}
.BgClassName
{
background-color: #7C7098;
}
</style>
border-color css
<style>
span { border-color: #7C7098; }
span { border-color: rgb(124,112,152); }
td.TdClassName
{
border-color: #7C7098;
}
.TagClassName
{
border-color: #7C7098;
}
</style>