Shades of Deluge #7E629D
Tints of Deluge #7E629D
RGB
CMYK
RGB Variations
Color information
#7E629D (or 0x7E629D) is known color: Deluge. HEX triplet: 7E, 62 and 9D. RGB value is (126,98,157). Sum of RGB (Red+Green+Blue) = 126+98+157=381 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.07% from 381); Green value is 98 (38.67% from 255 or 25.72% 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 #7E629D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E629D is #819D62. Grayscale: #707070. Windows color (decimal): -8494435 or 10314366. OLE color: 10314366.
HSL color Cylindrical-coordinate representation of color #7E629D: hue angle of 268.47º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7E629D is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 126 | 98 | 157 | - |
| CMYK | 0.20 | 0.38 | 0 | 0.38 |
| HSL | 268.47º | 0.23% | 0.5% | - |
| HSV(B) | 268.47º | 0.38% | 0.62% | - |
| XYZ | 19.06 | 15.61 | 33.91 | - |
| YUV | 113.1 | 152.78 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 98 | 157 | 0.20 | 0.38 | 0 | 0.38 | 268.47 | 0.23 | 0.5 |
| Hex | 7E | 62 | 9D | 14 | 26 | 0 | 26 | 10C | 17 | 32 |
| Octal | 176 | 142 | 235 | 24 | 46 | 0 | 46 | 414 | 27 | 62 |
| Binary | 1111110 | 1100010 | 10011101 | 10100 | 100110 | 0 | 100110 | 100001100 | 10111 | 110010 |
Color Harmonies of #7E629D
Complementary color
Monochromatic Colors of #7E629D
Black with #7E629D
Text Example
Text Example
White with #7E629D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E629D; }
p { color: rgb(126,98,157); }
H1.HeaderClassName
{
color: #7E629D;
}
.AnyTagClassName
{
color: #7E629D;
}
</style>
background-color css
<style>
a { background-color: #7E629D; }
a { background-color: rgb(126,98,157); }
div.DivClassName
{
background-color: #7E629D;
}
.BgClassName
{
background-color: #7E629D;
}
</style>
border-color css
<style>
span { border-color: #7E629D; }
span { border-color: rgb(126,98,157); }
td.TdClassName
{
border-color: #7E629D;
}
.TagClassName
{
border-color: #7E629D;
}
</style>