Shades of Deluge #7C649D
Tints of Deluge #7C649D
RGB
CMYK
RGB Variations
Color information
#7C649D (or 0x7C649D) is known color: Deluge. HEX triplet: 7C, 64 and 9D. RGB value is (124,100,157). Sum of RGB (Red+Green+Blue) = 124+100+157=381 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.55% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 157 - color contains mainly: blue. Hex color #7C649D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C649D is #839B62. Grayscale: #717171. Windows color (decimal): -8624995 or 10314876. OLE color: 10314876.
HSL color Cylindrical-coordinate representation of color #7C649D: hue angle of 265.26º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7C649D is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 100 | 157 | - |
| CMYK | 0.21 | 0.36 | 0 | 0.38 |
| HSL | 265.26º | 0.23% | 0.5% | - |
| HSV(B) | 265.26º | 0.36% | 0.62% | - |
| XYZ | 18.96 | 15.83 | 33.96 | - |
| YUV | 113.67 | 152.45 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 100 | 157 | 0.21 | 0.36 | 0 | 0.38 | 265.26 | 0.23 | 0.5 |
| Hex | 7C | 64 | 9D | 15 | 24 | 0 | 26 | 109 | 17 | 32 |
| Octal | 174 | 144 | 235 | 25 | 44 | 0 | 46 | 411 | 27 | 62 |
| Binary | 1111100 | 1100100 | 10011101 | 10101 | 100100 | 0 | 100110 | 100001001 | 10111 | 110010 |
Color Harmonies of #7C649D
Complementary color
Monochromatic Colors of #7C649D
Black with #7C649D
Text Example
Text Example
White with #7C649D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C649D; }
p { color: rgb(124,100,157); }
H1.HeaderClassName
{
color: #7C649D;
}
.AnyTagClassName
{
color: #7C649D;
}
</style>
background-color css
<style>
a { background-color: #7C649D; }
a { background-color: rgb(124,100,157); }
div.DivClassName
{
background-color: #7C649D;
}
.BgClassName
{
background-color: #7C649D;
}
</style>
border-color css
<style>
span { border-color: #7C649D; }
span { border-color: rgb(124,100,157); }
td.TdClassName
{
border-color: #7C649D;
}
.TagClassName
{
border-color: #7C649D;
}
</style>