Shades of Deluge #7E6A9D
Tints of Deluge #7E6A9D
RGB
CMYK
RGB Variations
Color information
#7E6A9D (or 0x7E6A9D) is known color: Deluge. HEX triplet: 7E, 6A and 9D. RGB value is (126,106,157). Sum of RGB (Red+Green+Blue) = 126+106+157=389 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.39% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 157 - color contains mainly: blue. Hex color #7E6A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6A9D is #819562. Grayscale: #757575. Windows color (decimal): -8492387 or 10316414. OLE color: 10316414.
HSL color Cylindrical-coordinate representation of color #7E6A9D: hue angle of 263.53º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7E6A9D is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 126 | 106 | 157 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.38 |
| HSL | 263.53º | 0.21% | 0.52% | - |
| HSV(B) | 263.53º | 0.32% | 0.62% | - |
| XYZ | 19.84 | 17.18 | 34.17 | - |
| YUV | 117.79 | 150.13 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 106 | 157 | 0.20 | 0.32 | 0 | 0.38 | 263.53 | 0.21 | 0.52 |
| Hex | 7E | 6A | 9D | 14 | 20 | 0 | 26 | 108 | 15 | 34 |
| Octal | 176 | 152 | 235 | 24 | 40 | 0 | 46 | 410 | 25 | 64 |
| Binary | 1111110 | 1101010 | 10011101 | 10100 | 100000 | 0 | 100110 | 100001000 | 10101 | 110100 |
Color Harmonies of #7E6A9D
Complementary color
Monochromatic Colors of #7E6A9D
Black with #7E6A9D
Text Example
Text Example
White with #7E6A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6A9D; }
p { color: rgb(126,106,157); }
H1.HeaderClassName
{
color: #7E6A9D;
}
.AnyTagClassName
{
color: #7E6A9D;
}
</style>
background-color css
<style>
a { background-color: #7E6A9D; }
a { background-color: rgb(126,106,157); }
div.DivClassName
{
background-color: #7E6A9D;
}
.BgClassName
{
background-color: #7E6A9D;
}
</style>
border-color css
<style>
span { border-color: #7E6A9D; }
span { border-color: rgb(126,106,157); }
td.TdClassName
{
border-color: #7E6A9D;
}
.TagClassName
{
border-color: #7E6A9D;
}
</style>