Shades of Deluge #7E6795
Tints of Deluge #7E6795
RGB
CMYK
RGB Variations
Color information
#7E6795 (or 0x7E6795) is known color: Deluge. HEX triplet: 7E, 67 and 95. RGB value is (126,103,149). Sum of RGB (Red+Green+Blue) = 126+103+149=378 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.33% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 149 - color contains mainly: blue. Hex color #7E6795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6795 is #81986A. Grayscale: #727272. Windows color (decimal): -8493163 or 9791358. OLE color: 9791358.
HSL color Cylindrical-coordinate representation of color #7E6795: hue angle of 270º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7E6795 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 103 | 149 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.42 |
| HSL | 270º | 0.18% | 0.49% | - |
| HSV(B) | 270º | 0.31% | 0.58% | - |
| XYZ | 18.88 | 16.31 | 30.59 | - |
| YUV | 115.12 | 147.12 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 103 | 149 | 0.15 | 0.31 | 0 | 0.42 | 270 | 0.18 | 0.49 |
| Hex | 7E | 67 | 95 | F | 1F | 0 | 2A | 10E | 12 | 31 |
| Octal | 176 | 147 | 225 | 17 | 37 | 0 | 52 | 416 | 22 | 61 |
| Binary | 1111110 | 1100111 | 10010101 | 1111 | 11111 | 0 | 101010 | 100001110 | 10010 | 110001 |
Color Harmonies of #7E6795
Complementary color
Monochromatic Colors of #7E6795
Black with #7E6795
Text Example
Text Example
White with #7E6795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6795; }
p { color: rgb(126,103,149); }
H1.HeaderClassName
{
color: #7E6795;
}
.AnyTagClassName
{
color: #7E6795;
}
</style>
background-color css
<style>
a { background-color: #7E6795; }
a { background-color: rgb(126,103,149); }
div.DivClassName
{
background-color: #7E6795;
}
.BgClassName
{
background-color: #7E6795;
}
</style>
border-color css
<style>
span { border-color: #7E6795; }
span { border-color: rgb(126,103,149); }
td.TdClassName
{
border-color: #7E6795;
}
.TagClassName
{
border-color: #7E6795;
}
</style>