Shades of Deluge #7E679D
Tints of Deluge #7E679D
RGB
CMYK
RGB Variations
Color information
#7E679D (or 0x7E679D) is known color: Deluge. HEX triplet: 7E, 67 and 9D. RGB value is (126,103,157). Sum of RGB (Red+Green+Blue) = 126+103+157=386 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.64% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 157 - color contains mainly: blue. Hex color #7E679D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E679D is #819862. Grayscale: #737373. Windows color (decimal): -8493155 or 10315646. OLE color: 10315646.
HSL color Cylindrical-coordinate representation of color #7E679D: hue angle of 265.56º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7E679D is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 126 | 103 | 157 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.38 |
| HSL | 265.56º | 0.22% | 0.51% | - |
| HSV(B) | 265.56º | 0.34% | 0.62% | - |
| XYZ | 19.54 | 16.57 | 34.07 | - |
| YUV | 116.03 | 151.12 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 103 | 157 | 0.20 | 0.34 | 0 | 0.38 | 265.56 | 0.22 | 0.51 |
| Hex | 7E | 67 | 9D | 14 | 22 | 0 | 26 | 10A | 16 | 33 |
| Octal | 176 | 147 | 235 | 24 | 42 | 0 | 46 | 412 | 26 | 63 |
| Binary | 1111110 | 1100111 | 10011101 | 10100 | 100010 | 0 | 100110 | 100001010 | 10110 | 110011 |
Color Harmonies of #7E679D
Complementary color
Monochromatic Colors of #7E679D
Black with #7E679D
Text Example
Text Example
White with #7E679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E679D; }
p { color: rgb(126,103,157); }
H1.HeaderClassName
{
color: #7E679D;
}
.AnyTagClassName
{
color: #7E679D;
}
</style>
background-color css
<style>
a { background-color: #7E679D; }
a { background-color: rgb(126,103,157); }
div.DivClassName
{
background-color: #7E679D;
}
.BgClassName
{
background-color: #7E679D;
}
</style>
border-color css
<style>
span { border-color: #7E679D; }
span { border-color: rgb(126,103,157); }
td.TdClassName
{
border-color: #7E679D;
}
.TagClassName
{
border-color: #7E679D;
}
</style>