Shades of Deluge #7E63B3
Tints of Deluge #7E63B3
RGB
CMYK
RGB Variations
Color information
#7E63B3 (or 0x7E63B3) is known color: Deluge. HEX triplet: 7E, 63 and B3. RGB value is (126,99,179). Sum of RGB (Red+Green+Blue) = 126+99+179=404 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.19% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 179 (70.31% from 255 or 44.31% from 404); Max value from RGB is 179 - color contains mainly: blue. Hex color #7E63B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E63B3 is #819C4C. Grayscale: #737373. Windows color (decimal): -8494157 or 11756414. OLE color: 11756414.
HSL color Cylindrical-coordinate representation of color #7E63B3: hue angle of 260.25º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7E63B3 is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 126 | 99 | 179 | - |
| CMYK | 0.30 | 0.45 | 0 | 0.30 |
| HSL | 260.25º | 0.34% | 0.55% | - |
| HSV(B) | 260.25º | 0.45% | 0.7% | - |
| XYZ | 21.2 | 16.61 | 44.74 | - |
| YUV | 116.19 | 163.45 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 99 | 179 | 0.30 | 0.45 | 0 | 0.30 | 260.25 | 0.34 | 0.55 |
| Hex | 7E | 63 | B3 | 1E | 2D | 0 | 1E | 104 | 22 | 37 |
| Octal | 176 | 143 | 263 | 36 | 55 | 0 | 36 | 404 | 42 | 67 |
| Binary | 1111110 | 1100011 | 10110011 | 11110 | 101101 | 0 | 11110 | 100000100 | 100010 | 110111 |
Color Harmonies of #7E63B3
Complementary color
Monochromatic Colors of #7E63B3
Black with #7E63B3
Text Example
Text Example
White with #7E63B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E63B3; }
p { color: rgb(126,99,179); }
H1.HeaderClassName
{
color: #7E63B3;
}
.AnyTagClassName
{
color: #7E63B3;
}
</style>
background-color css
<style>
a { background-color: #7E63B3; }
a { background-color: rgb(126,99,179); }
div.DivClassName
{
background-color: #7E63B3;
}
.BgClassName
{
background-color: #7E63B3;
}
</style>
border-color css
<style>
span { border-color: #7E63B3; }
span { border-color: rgb(126,99,179); }
td.TdClassName
{
border-color: #7E63B3;
}
.TagClassName
{
border-color: #7E63B3;
}
</style>