Shades of Deluge #7C639B
Tints of Deluge #7C639B
RGB
CMYK
RGB Variations
Color information
#7C639B (or 0x7C639B) is known color: Deluge. HEX triplet: 7C, 63 and 9B. RGB value is (124,99,155). Sum of RGB (Red+Green+Blue) = 124+99+155=378 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.80% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 155 - color contains mainly: blue. Hex color #7C639B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C639B is #839C64. Grayscale: #707070. Windows color (decimal): -8625253 or 10183548. OLE color: 10183548.
HSL color Cylindrical-coordinate representation of color #7C639B: hue angle of 266.79º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7C639B is Cyan = 0.2, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 99 | 155 | - |
| CMYK | 0.2 | 0.36 | 0 | 0.39 |
| HSL | 266.79º | 0.22% | 0.5% | - |
| HSV(B) | 266.79º | 0.36% | 0.61% | - |
| XYZ | 18.69 | 15.58 | 33.03 | - |
| YUV | 112.86 | 151.78 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 99 | 155 | 0.2 | 0.36 | 0 | 0.39 | 266.79 | 0.22 | 0.5 |
| Hex | 7C | 63 | 9B | 14 | 24 | 0 | 27 | 10B | 16 | 32 |
| Octal | 174 | 143 | 233 | 24 | 44 | 0 | 47 | 413 | 26 | 62 |
| Binary | 1111100 | 1100011 | 10011011 | 10100 | 100100 | 0 | 100111 | 100001011 | 10110 | 110010 |
Color Harmonies of #7C639B
Complementary color
Monochromatic Colors of #7C639B
Black with #7C639B
Text Example
Text Example
White with #7C639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C639B; }
p { color: rgb(124,99,155); }
H1.HeaderClassName
{
color: #7C639B;
}
.AnyTagClassName
{
color: #7C639B;
}
</style>
background-color css
<style>
a { background-color: #7C639B; }
a { background-color: rgb(124,99,155); }
div.DivClassName
{
background-color: #7C639B;
}
.BgClassName
{
background-color: #7C639B;
}
</style>
border-color css
<style>
span { border-color: #7C639B; }
span { border-color: rgb(124,99,155); }
td.TdClassName
{
border-color: #7C639B;
}
.TagClassName
{
border-color: #7C639B;
}
</style>