Shades of Deluge #7C639D
Tints of Deluge #7C639D
RGB
CMYK
RGB Variations
Color information
#7C639D (or 0x7C639D) is known color: Deluge. HEX triplet: 7C, 63 and 9D. RGB value is (124,99,157). Sum of RGB (Red+Green+Blue) = 124+99+157=380 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.63% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 157 - color contains mainly: blue. Hex color #7C639D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C639D is #839C62. Grayscale: #707070. Windows color (decimal): -8625251 or 10314620. OLE color: 10314620.
HSL color Cylindrical-coordinate representation of color #7C639D: hue angle of 265.86º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7C639D is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 99 | 157 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.38 |
| HSL | 265.86º | 0.23% | 0.5% | - |
| HSV(B) | 265.86º | 0.37% | 0.62% | - |
| XYZ | 18.86 | 15.64 | 33.92 | - |
| YUV | 113.09 | 152.78 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 99 | 157 | 0.21 | 0.37 | 0 | 0.38 | 265.86 | 0.23 | 0.5 |
| Hex | 7C | 63 | 9D | 15 | 25 | 0 | 26 | 10A | 17 | 32 |
| Octal | 174 | 143 | 235 | 25 | 45 | 0 | 46 | 412 | 27 | 62 |
| Binary | 1111100 | 1100011 | 10011101 | 10101 | 100101 | 0 | 100110 | 100001010 | 10111 | 110010 |
Color Harmonies of #7C639D
Complementary color
Monochromatic Colors of #7C639D
Black with #7C639D
Text Example
Text Example
White with #7C639D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C639D; }
p { color: rgb(124,99,157); }
H1.HeaderClassName
{
color: #7C639D;
}
.AnyTagClassName
{
color: #7C639D;
}
</style>
background-color css
<style>
a { background-color: #7C639D; }
a { background-color: rgb(124,99,157); }
div.DivClassName
{
background-color: #7C639D;
}
.BgClassName
{
background-color: #7C639D;
}
</style>
border-color css
<style>
span { border-color: #7C639D; }
span { border-color: rgb(124,99,157); }
td.TdClassName
{
border-color: #7C639D;
}
.TagClassName
{
border-color: #7C639D;
}
</style>