Shades of Deluge #7E6897
Tints of Deluge #7E6897
RGB
CMYK
RGB Variations
Color information
#7E6897 (or 0x7E6897) is known color: Deluge. HEX triplet: 7E, 68 and 97. RGB value is (126,104,151). Sum of RGB (Red+Green+Blue) = 126+104+151=381 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.07% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 151 (59.38% from 255 or 39.63% from 381); Max value from RGB is 151 - color contains mainly: blue. Hex color #7E6897 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6897 is #819768. Grayscale: #737373. Windows color (decimal): -8492905 or 9922686. OLE color: 9922686.
HSL color Cylindrical-coordinate representation of color #7E6897: hue angle of 268.09º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7E6897 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 126 | 104 | 151 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.41 |
| HSL | 268.09º | 0.18% | 0.5% | - |
| HSV(B) | 268.09º | 0.31% | 0.59% | - |
| XYZ | 19.14 | 16.57 | 31.47 | - |
| YUV | 115.94 | 147.79 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 104 | 151 | 0.17 | 0.31 | 0 | 0.41 | 268.09 | 0.18 | 0.5 |
| Hex | 7E | 68 | 97 | 11 | 1F | 0 | 29 | 10C | 12 | 32 |
| Octal | 176 | 150 | 227 | 21 | 37 | 0 | 51 | 414 | 22 | 62 |
| Binary | 1111110 | 1101000 | 10010111 | 10001 | 11111 | 0 | 101001 | 100001100 | 10010 | 110010 |
Color Harmonies of #7E6897
Complementary color
Monochromatic Colors of #7E6897
Black with #7E6897
Text Example
Text Example
White with #7E6897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6897; }
p { color: rgb(126,104,151); }
H1.HeaderClassName
{
color: #7E6897;
}
.AnyTagClassName
{
color: #7E6897;
}
</style>
background-color css
<style>
a { background-color: #7E6897; }
a { background-color: rgb(126,104,151); }
div.DivClassName
{
background-color: #7E6897;
}
.BgClassName
{
background-color: #7E6897;
}
</style>
border-color css
<style>
span { border-color: #7E6897; }
span { border-color: rgb(126,104,151); }
td.TdClassName
{
border-color: #7E6897;
}
.TagClassName
{
border-color: #7E6897;
}
</style>