Shades of Deluge #7E62B4
Tints of Deluge #7E62B4
RGB
CMYK
RGB Variations
Color information
#7E62B4 (or 0x7E62B4) is known color: Deluge. HEX triplet: 7E, 62 and B4. RGB value is (126,98,180). Sum of RGB (Red+Green+Blue) = 126+98+180=404 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.19% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 180 (70.70% from 255 or 44.55% from 404); Max value from RGB is 180 - color contains mainly: blue. Hex color #7E62B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E62B4 is #819D4B. Grayscale: #737373. Windows color (decimal): -8494412 or 11821694. OLE color: 11821694.
HSL color Cylindrical-coordinate representation of color #7E62B4: hue angle of 260.49º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E62B4 is Cyan = 0.3, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 126 | 98 | 180 | - |
| CMYK | 0.3 | 0.46 | 0 | 0.29 |
| HSL | 260.49º | 0.35% | 0.55% | - |
| HSV(B) | 260.49º | 0.46% | 0.71% | - |
| XYZ | 21.21 | 16.47 | 45.24 | - |
| YUV | 115.72 | 164.28 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 98 | 180 | 0.3 | 0.46 | 0 | 0.29 | 260.49 | 0.35 | 0.55 |
| Hex | 7E | 62 | B4 | 1E | 2E | 0 | 1D | 104 | 23 | 37 |
| Octal | 176 | 142 | 264 | 36 | 56 | 0 | 35 | 404 | 43 | 67 |
| Binary | 1111110 | 1100010 | 10110100 | 11110 | 101110 | 0 | 11101 | 100000100 | 100011 | 110111 |
Color Harmonies of #7E62B4
Complementary color
Monochromatic Colors of #7E62B4
Black with #7E62B4
Text Example
Text Example
White with #7E62B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E62B4; }
p { color: rgb(126,98,180); }
H1.HeaderClassName
{
color: #7E62B4;
}
.AnyTagClassName
{
color: #7E62B4;
}
</style>
background-color css
<style>
a { background-color: #7E62B4; }
a { background-color: rgb(126,98,180); }
div.DivClassName
{
background-color: #7E62B4;
}
.BgClassName
{
background-color: #7E62B4;
}
</style>
border-color css
<style>
span { border-color: #7E62B4; }
span { border-color: rgb(126,98,180); }
td.TdClassName
{
border-color: #7E62B4;
}
.TagClassName
{
border-color: #7E62B4;
}
</style>