Shades of Deluge #7C6295
Tints of Deluge #7C6295
RGB
CMYK
RGB Variations
Color information
#7C6295 (or 0x7C6295) is known color: Deluge. HEX triplet: 7C, 62 and 95. RGB value is (124,98,149). Sum of RGB (Red+Green+Blue) = 124+98+149=371 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.42% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 149 - color contains mainly: blue. Hex color #7C6295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6295 is #839D6A. Grayscale: #6F6F6F. Windows color (decimal): -8625515 or 9790076. OLE color: 9790076.
HSL color Cylindrical-coordinate representation of color #7C6295: hue angle of 270.59º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7C6295 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 98 | 149 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.42 |
| HSL | 270.59º | 0.21% | 0.48% | - |
| HSV(B) | 270.59º | 0.34% | 0.58% | - |
| XYZ | 18.1 | 15.19 | 30.41 | - |
| YUV | 111.59 | 149.11 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 98 | 149 | 0.17 | 0.34 | 0 | 0.42 | 270.59 | 0.21 | 0.48 |
| Hex | 7C | 62 | 95 | 11 | 22 | 0 | 2A | 10F | 15 | 30 |
| Octal | 174 | 142 | 225 | 21 | 42 | 0 | 52 | 417 | 25 | 60 |
| Binary | 1111100 | 1100010 | 10010101 | 10001 | 100010 | 0 | 101010 | 100001111 | 10101 | 110000 |
Color Harmonies of #7C6295
Complementary color
Monochromatic Colors of #7C6295
Black with #7C6295
Text Example
Text Example
White with #7C6295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6295; }
p { color: rgb(124,98,149); }
H1.HeaderClassName
{
color: #7C6295;
}
.AnyTagClassName
{
color: #7C6295;
}
</style>
background-color css
<style>
a { background-color: #7C6295; }
a { background-color: rgb(124,98,149); }
div.DivClassName
{
background-color: #7C6295;
}
.BgClassName
{
background-color: #7C6295;
}
</style>
border-color css
<style>
span { border-color: #7C6295; }
span { border-color: rgb(124,98,149); }
td.TdClassName
{
border-color: #7C6295;
}
.TagClassName
{
border-color: #7C6295;
}
</style>