Shades of Deluge #7E6299
Tints of Deluge #7E6299
RGB
CMYK
RGB Variations
Color information
#7E6299 (or 0x7E6299) is known color: Deluge. HEX triplet: 7E, 62 and 99. RGB value is (126,98,153). Sum of RGB (Red+Green+Blue) = 126+98+153=377 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.42% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 153 - color contains mainly: blue. Hex color #7E6299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6299 is #819D66. Grayscale: #707070. Windows color (decimal): -8494439 or 10052222. OLE color: 10052222.
HSL color Cylindrical-coordinate representation of color #7E6299: hue angle of 270.55º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7E6299 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 126 | 98 | 153 | - |
| CMYK | 0.18 | 0.36 | 0 | 0.4 |
| HSL | 270.55º | 0.22% | 0.49% | - |
| HSV(B) | 270.55º | 0.36% | 0.6% | - |
| XYZ | 18.72 | 15.47 | 32.14 | - |
| YUV | 112.64 | 150.78 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 98 | 153 | 0.18 | 0.36 | 0 | 0.4 | 270.55 | 0.22 | 0.49 |
| Hex | 7E | 62 | 99 | 12 | 24 | 0 | 28 | 10F | 16 | 31 |
| Octal | 176 | 142 | 231 | 22 | 44 | 0 | 50 | 417 | 26 | 61 |
| Binary | 1111110 | 1100010 | 10011001 | 10010 | 100100 | 0 | 101000 | 100001111 | 10110 | 110001 |
Color Harmonies of #7E6299
Complementary color
Monochromatic Colors of #7E6299
Black with #7E6299
Text Example
Text Example
White with #7E6299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6299; }
p { color: rgb(126,98,153); }
H1.HeaderClassName
{
color: #7E6299;
}
.AnyTagClassName
{
color: #7E6299;
}
</style>
background-color css
<style>
a { background-color: #7E6299; }
a { background-color: rgb(126,98,153); }
div.DivClassName
{
background-color: #7E6299;
}
.BgClassName
{
background-color: #7E6299;
}
</style>
border-color css
<style>
span { border-color: #7E6299; }
span { border-color: rgb(126,98,153); }
td.TdClassName
{
border-color: #7E6299;
}
.TagClassName
{
border-color: #7E6299;
}
</style>