Shades of Deluge #7C639F
Tints of Deluge #7C639F
RGB
CMYK
RGB Variations
Color information
#7C639F (or 0x7C639F) is known color: Deluge. HEX triplet: 7C, 63 and 9F. RGB value is (124,99,159). Sum of RGB (Red+Green+Blue) = 124+99+159=382 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.46% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 159 - color contains mainly: blue. Hex color #7C639F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C639F is #839C60. Grayscale: #717171. Windows color (decimal): -8625249 or 10445692. OLE color: 10445692.
HSL color Cylindrical-coordinate representation of color #7C639F: hue angle of 265º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7C639F is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 99 | 159 | - |
| CMYK | 0.22 | 0.38 | 0 | 0.38 |
| HSL | 265º | 0.24% | 0.51% | - |
| HSV(B) | 265º | 0.38% | 0.62% | - |
| XYZ | 19.03 | 15.71 | 34.83 | - |
| YUV | 113.32 | 153.78 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 99 | 159 | 0.22 | 0.38 | 0 | 0.38 | 265 | 0.24 | 0.51 |
| Hex | 7C | 63 | 9F | 16 | 26 | 0 | 26 | 109 | 18 | 33 |
| Octal | 174 | 143 | 237 | 26 | 46 | 0 | 46 | 411 | 30 | 63 |
| Binary | 1111100 | 1100011 | 10011111 | 10110 | 100110 | 0 | 100110 | 100001001 | 11000 | 110011 |
Color Harmonies of #7C639F
Complementary color
Monochromatic Colors of #7C639F
Black with #7C639F
Text Example
Text Example
White with #7C639F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C639F; }
p { color: rgb(124,99,159); }
H1.HeaderClassName
{
color: #7C639F;
}
.AnyTagClassName
{
color: #7C639F;
}
</style>
background-color css
<style>
a { background-color: #7C639F; }
a { background-color: rgb(124,99,159); }
div.DivClassName
{
background-color: #7C639F;
}
.BgClassName
{
background-color: #7C639F;
}
</style>
border-color css
<style>
span { border-color: #7C639F; }
span { border-color: rgb(124,99,159); }
td.TdClassName
{
border-color: #7C639F;
}
.TagClassName
{
border-color: #7C639F;
}
</style>