Shades of Deluge #7C7093
Tints of Deluge #7C7093
RGB
CMYK
RGB Variations
Color information
#7C7093 (or 0x7C7093) is known color: Deluge. HEX triplet: 7C, 70 and 93. RGB value is (124,112,147). Sum of RGB (Red+Green+Blue) = 124+112+147=383 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.38% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 147 - color contains mainly: blue. Hex color #7C7093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7093 is #838F6C. Grayscale: #777777. Windows color (decimal): -8621933 or 9662588. OLE color: 9662588.
HSL color Cylindrical-coordinate representation of color #7C7093: hue angle of 260.57º 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 #7C7093 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 112 | 147 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.42 |
| HSL | 260.57º | 0.14% | 0.51% | - |
| HSV(B) | 260.57º | 0.24% | 0.58% | - |
| XYZ | 19.37 | 17.98 | 30.05 | - |
| YUV | 119.58 | 143.48 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 112 | 147 | 0.16 | 0.24 | 0 | 0.42 | 260.57 | 0.14 | 0.51 |
| Hex | 7C | 70 | 93 | 10 | 18 | 0 | 2A | 105 | E | 33 |
| Octal | 174 | 160 | 223 | 20 | 30 | 0 | 52 | 405 | 16 | 63 |
| Binary | 1111100 | 1110000 | 10010011 | 10000 | 11000 | 0 | 101010 | 100000101 | 1110 | 110011 |
Color Harmonies of #7C7093
Complementary color
Monochromatic Colors of #7C7093
Black with #7C7093
Text Example
Text Example
White with #7C7093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7093; }
p { color: rgb(124,112,147); }
H1.HeaderClassName
{
color: #7C7093;
}
.AnyTagClassName
{
color: #7C7093;
}
</style>
background-color css
<style>
a { background-color: #7C7093; }
a { background-color: rgb(124,112,147); }
div.DivClassName
{
background-color: #7C7093;
}
.BgClassName
{
background-color: #7C7093;
}
</style>
border-color css
<style>
span { border-color: #7C7093; }
span { border-color: rgb(124,112,147); }
td.TdClassName
{
border-color: #7C7093;
}
.TagClassName
{
border-color: #7C7093;
}
</style>