Shades of Deluge #7C7992
Tints of Deluge #7C7992
RGB
CMYK
RGB Variations
Color information
#7C7992 (or 0x7C7992) is known color: Deluge. HEX triplet: 7C, 79 and 92. RGB value is (124,121,146). Sum of RGB (Red+Green+Blue) = 124+121+146=391 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.71% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 146 - color contains mainly: blue. Hex color #7C7992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7992 is #83866D. Grayscale: #7C7C7C. Windows color (decimal): -8619630 or 9599356. OLE color: 9599356.
HSL color Cylindrical-coordinate representation of color #7C7992: hue angle of 247.2º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7C7992 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 121 | 146 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.43 |
| HSL | 247.2º | 0.1% | 0.52% | - |
| HSV(B) | 247.2º | 0.17% | 0.57% | - |
| XYZ | 20.34 | 20.04 | 29.99 | - |
| YUV | 124.75 | 139.99 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 121 | 146 | 0.15 | 0.17 | 0 | 0.43 | 247.2 | 0.1 | 0.52 |
| Hex | 7C | 79 | 92 | F | 11 | 0 | 2B | F7 | A | 34 |
| Octal | 174 | 171 | 222 | 17 | 21 | 0 | 53 | 367 | 12 | 64 |
| Binary | 1111100 | 1111001 | 10010010 | 1111 | 10001 | 0 | 101011 | 11110111 | 1010 | 110100 |
Color Harmonies of #7C7992
Complementary color
Monochromatic Colors of #7C7992
Black with #7C7992
Text Example
Text Example
White with #7C7992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7992; }
p { color: rgb(124,121,146); }
H1.HeaderClassName
{
color: #7C7992;
}
.AnyTagClassName
{
color: #7C7992;
}
</style>
background-color css
<style>
a { background-color: #7C7992; }
a { background-color: rgb(124,121,146); }
div.DivClassName
{
background-color: #7C7992;
}
.BgClassName
{
background-color: #7C7992;
}
</style>
border-color css
<style>
span { border-color: #7C7992; }
span { border-color: rgb(124,121,146); }
td.TdClassName
{
border-color: #7C7992;
}
.TagClassName
{
border-color: #7C7992;
}
</style>