Shades of Deluge #7C759E
Tints of Deluge #7C759E
RGB
CMYK
RGB Variations
Color information
#7C759E (or 0x7C759E) is known color: Deluge. HEX triplet: 7C, 75 and 9E. RGB value is (124,117,158). Sum of RGB (Red+Green+Blue) = 124+117+158=399 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.08% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 158 (62.11% from 255 or 39.60% from 399); Max value from RGB is 158 - color contains mainly: blue. Hex color #7C759E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C759E is #838A61. Grayscale: #7B7B7B. Windows color (decimal): -8620642 or 10384764. OLE color: 10384764.
HSL color Cylindrical-coordinate representation of color #7C759E: hue angle of 250.24º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7C759E is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 117 | 158 | - |
| CMYK | 0.22 | 0.26 | 0 | 0.38 |
| HSL | 250.24º | 0.17% | 0.54% | - |
| HSV(B) | 250.24º | 0.26% | 0.62% | - |
| XYZ | 20.85 | 19.48 | 35.01 | - |
| YUV | 123.77 | 147.32 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 117 | 158 | 0.22 | 0.26 | 0 | 0.38 | 250.24 | 0.17 | 0.54 |
| Hex | 7C | 75 | 9E | 16 | 1A | 0 | 26 | FA | 11 | 36 |
| Octal | 174 | 165 | 236 | 26 | 32 | 0 | 46 | 372 | 21 | 66 |
| Binary | 1111100 | 1110101 | 10011110 | 10110 | 11010 | 0 | 100110 | 11111010 | 10001 | 110110 |
Color Harmonies of #7C759E
Complementary color
Monochromatic Colors of #7C759E
Black with #7C759E
Text Example
Text Example
White with #7C759E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C759E; }
p { color: rgb(124,117,158); }
H1.HeaderClassName
{
color: #7C759E;
}
.AnyTagClassName
{
color: #7C759E;
}
</style>
background-color css
<style>
a { background-color: #7C759E; }
a { background-color: rgb(124,117,158); }
div.DivClassName
{
background-color: #7C759E;
}
.BgClassName
{
background-color: #7C759E;
}
</style>
border-color css
<style>
span { border-color: #7C759E; }
span { border-color: rgb(124,117,158); }
td.TdClassName
{
border-color: #7C759E;
}
.TagClassName
{
border-color: #7C759E;
}
</style>