Shades of Deluge #7C6794
Tints of Deluge #7C6794
RGB
CMYK
RGB Variations
Color information
#7C6794 (or 0x7C6794) is known color: Deluge. HEX triplet: 7C, 67 and 94. RGB value is (124,103,148). Sum of RGB (Red+Green+Blue) = 124+103+148=375 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.07% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 148 (58.20% from 255 or 39.47% from 375); Max value from RGB is 148 - color contains mainly: blue. Hex color #7C6794 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6794 is #83986B. Grayscale: #727272. Windows color (decimal): -8624236 or 9725820. OLE color: 9725820.
HSL color Cylindrical-coordinate representation of color #7C6794: hue angle of 268º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7C6794 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 103 | 148 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.42 |
| HSL | 268º | 0.18% | 0.49% | - |
| HSV(B) | 268º | 0.3% | 0.58% | - |
| XYZ | 18.51 | 16.12 | 30.15 | - |
| YUV | 114.41 | 146.96 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 103 | 148 | 0.16 | 0.30 | 0 | 0.42 | 268 | 0.18 | 0.49 |
| Hex | 7C | 67 | 94 | 10 | 1E | 0 | 2A | 10C | 12 | 31 |
| Octal | 174 | 147 | 224 | 20 | 36 | 0 | 52 | 414 | 22 | 61 |
| Binary | 1111100 | 1100111 | 10010100 | 10000 | 11110 | 0 | 101010 | 100001100 | 10010 | 110001 |
Color Harmonies of #7C6794
Complementary color
Monochromatic Colors of #7C6794
Black with #7C6794
Text Example
Text Example
White with #7C6794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6794; }
p { color: rgb(124,103,148); }
H1.HeaderClassName
{
color: #7C6794;
}
.AnyTagClassName
{
color: #7C6794;
}
</style>
background-color css
<style>
a { background-color: #7C6794; }
a { background-color: rgb(124,103,148); }
div.DivClassName
{
background-color: #7C6794;
}
.BgClassName
{
background-color: #7C6794;
}
</style>
border-color css
<style>
span { border-color: #7C6794; }
span { border-color: rgb(124,103,148); }
td.TdClassName
{
border-color: #7C6794;
}
.TagClassName
{
border-color: #7C6794;
}
</style>