Shades of Deluge #7C6D96
Tints of Deluge #7C6D96
RGB
CMYK
RGB Variations
Color information
#7C6D96 (or 0x7C6D96) is known color: Deluge. HEX triplet: 7C, 6D and 96. RGB value is (124,109,150). Sum of RGB (Red+Green+Blue) = 124+109+150=383 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.38% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 150 - color contains mainly: blue. Hex color #7C6D96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6D96 is #839269. Grayscale: #767676. Windows color (decimal): -8622698 or 9858428. OLE color: 9858428.
HSL color Cylindrical-coordinate representation of color #7C6D96: hue angle of 261.95º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C6D96 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 124 | 109 | 150 | - |
| CMYK | 0.17 | 0.27 | 0 | 0.41 |
| HSL | 261.95º | 0.16% | 0.51% | - |
| HSV(B) | 261.95º | 0.27% | 0.59% | - |
| XYZ | 19.29 | 17.42 | 31.2 | - |
| YUV | 118.16 | 145.97 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 109 | 150 | 0.17 | 0.27 | 0 | 0.41 | 261.95 | 0.16 | 0.51 |
| Hex | 7C | 6D | 96 | 11 | 1B | 0 | 29 | 106 | 10 | 33 |
| Octal | 174 | 155 | 226 | 21 | 33 | 0 | 51 | 406 | 20 | 63 |
| Binary | 1111100 | 1101101 | 10010110 | 10001 | 11011 | 0 | 101001 | 100000110 | 10000 | 110011 |
Color Harmonies of #7C6D96
Complementary color
Monochromatic Colors of #7C6D96
Black with #7C6D96
Text Example
Text Example
White with #7C6D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6D96; }
p { color: rgb(124,109,150); }
H1.HeaderClassName
{
color: #7C6D96;
}
.AnyTagClassName
{
color: #7C6D96;
}
</style>
background-color css
<style>
a { background-color: #7C6D96; }
a { background-color: rgb(124,109,150); }
div.DivClassName
{
background-color: #7C6D96;
}
.BgClassName
{
background-color: #7C6D96;
}
</style>
border-color css
<style>
span { border-color: #7C6D96; }
span { border-color: rgb(124,109,150); }
td.TdClassName
{
border-color: #7C6D96;
}
.TagClassName
{
border-color: #7C6D96;
}
</style>