Shades of Deluge #7C7990
Tints of Deluge #7C7990
RGB
CMYK
RGB Variations
Color information
#7C7990 (or 0x7C7990) is known color: Deluge. HEX triplet: 7C, 79 and 90. RGB value is (124,121,144). Sum of RGB (Red+Green+Blue) = 124+121+144=389 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.88% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 144 - color contains mainly: blue. Hex color #7C7990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7990 is #83866F. Grayscale: #7C7C7C. Windows color (decimal): -8619632 or 9468284. OLE color: 9468284.
HSL color Cylindrical-coordinate representation of color #7C7990: hue angle of 247.83º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7C7990 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 121 | 144 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.44 |
| HSL | 247.83º | 0.09% | 0.52% | - |
| HSV(B) | 247.83º | 0.16% | 0.56% | - |
| XYZ | 20.18 | 19.97 | 29.18 | - |
| YUV | 124.52 | 138.99 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 121 | 144 | 0.14 | 0.16 | 0 | 0.44 | 247.83 | 0.09 | 0.52 |
| Hex | 7C | 79 | 90 | E | 10 | 0 | 2C | F8 | 9 | 34 |
| Octal | 174 | 171 | 220 | 16 | 20 | 0 | 54 | 370 | 11 | 64 |
| Binary | 1111100 | 1111001 | 10010000 | 1110 | 10000 | 0 | 101100 | 11111000 | 1001 | 110100 |
Color Harmonies of #7C7990
Complementary color
Monochromatic Colors of #7C7990
Black with #7C7990
Text Example
Text Example
White with #7C7990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7990; }
p { color: rgb(124,121,144); }
H1.HeaderClassName
{
color: #7C7990;
}
.AnyTagClassName
{
color: #7C7990;
}
</style>
background-color css
<style>
a { background-color: #7C7990; }
a { background-color: rgb(124,121,144); }
div.DivClassName
{
background-color: #7C7990;
}
.BgClassName
{
background-color: #7C7990;
}
</style>
border-color css
<style>
span { border-color: #7C7990; }
span { border-color: rgb(124,121,144); }
td.TdClassName
{
border-color: #7C7990;
}
.TagClassName
{
border-color: #7C7990;
}
</style>