Shades of Deluge #7C629A
Tints of Deluge #7C629A
RGB
CMYK
RGB Variations
Color information
#7C629A (or 0x7C629A) is known color: Deluge. HEX triplet: 7C, 62 and 9A. RGB value is (124,98,154). Sum of RGB (Red+Green+Blue) = 124+98+154=376 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.98% from 376); Green value is 98 (38.67% from 255 or 26.06% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 154 - color contains mainly: blue. Hex color #7C629A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C629A is #839D65. Grayscale: #6F6F6F. Windows color (decimal): -8625510 or 10117756. OLE color: 10117756.
HSL color Cylindrical-coordinate representation of color #7C629A: hue angle of 267.86º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7C629A is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 124 | 98 | 154 | - |
| CMYK | 0.19 | 0.36 | 0 | 0.40 |
| HSL | 267.86º | 0.22% | 0.49% | - |
| HSV(B) | 267.86º | 0.36% | 0.6% | - |
| XYZ | 18.51 | 15.35 | 32.56 | - |
| YUV | 112.16 | 151.61 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 98 | 154 | 0.19 | 0.36 | 0 | 0.40 | 267.86 | 0.22 | 0.49 |
| Hex | 7C | 62 | 9A | 13 | 24 | 0 | 28 | 10C | 16 | 31 |
| Octal | 174 | 142 | 232 | 23 | 44 | 0 | 50 | 414 | 26 | 61 |
| Binary | 1111100 | 1100010 | 10011010 | 10011 | 100100 | 0 | 101000 | 100001100 | 10110 | 110001 |
Color Harmonies of #7C629A
Complementary color
Monochromatic Colors of #7C629A
Black with #7C629A
Text Example
Text Example
White with #7C629A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C629A; }
p { color: rgb(124,98,154); }
H1.HeaderClassName
{
color: #7C629A;
}
.AnyTagClassName
{
color: #7C629A;
}
</style>
background-color css
<style>
a { background-color: #7C629A; }
a { background-color: rgb(124,98,154); }
div.DivClassName
{
background-color: #7C629A;
}
.BgClassName
{
background-color: #7C629A;
}
</style>
border-color css
<style>
span { border-color: #7C629A; }
span { border-color: rgb(124,98,154); }
td.TdClassName
{
border-color: #7C629A;
}
.TagClassName
{
border-color: #7C629A;
}
</style>