Shades of Deluge #7E5FB3
Tints of Deluge #7E5FB3
RGB
CMYK
RGB Variations
Color information
#7E5FB3 (or 0x7E5FB3) is known color: Deluge. HEX triplet: 7E, 5F and B3. RGB value is (126,95,179). Sum of RGB (Red+Green+Blue) = 126+95+179=400 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.5% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 179 (70.31% from 255 or 44.75% from 400); Max value from RGB is 179 - color contains mainly: blue. Hex color #7E5FB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5FB3 is #81A04C. Grayscale: #717171. Windows color (decimal): -8495181 or 11755390. OLE color: 11755390.
HSL color Cylindrical-coordinate representation of color #7E5FB3: hue angle of 262.14º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E5FB3 is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 126 | 95 | 179 | - |
| CMYK | 0.30 | 0.47 | 0 | 0.30 |
| HSL | 262.14º | 0.36% | 0.54% | - |
| HSV(B) | 262.14º | 0.47% | 0.7% | - |
| XYZ | 20.83 | 15.87 | 44.61 | - |
| YUV | 113.85 | 164.77 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 95 | 179 | 0.30 | 0.47 | 0 | 0.30 | 262.14 | 0.36 | 0.54 |
| Hex | 7E | 5F | B3 | 1E | 2F | 0 | 1E | 106 | 24 | 36 |
| Octal | 176 | 137 | 263 | 36 | 57 | 0 | 36 | 406 | 44 | 66 |
| Binary | 1111110 | 1011111 | 10110011 | 11110 | 101111 | 0 | 11110 | 100000110 | 100100 | 110110 |
Color Harmonies of #7E5FB3
Complementary color
Monochromatic Colors of #7E5FB3
Black with #7E5FB3
Text Example
Text Example
White with #7E5FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5FB3; }
p { color: rgb(126,95,179); }
H1.HeaderClassName
{
color: #7E5FB3;
}
.AnyTagClassName
{
color: #7E5FB3;
}
</style>
background-color css
<style>
a { background-color: #7E5FB3; }
a { background-color: rgb(126,95,179); }
div.DivClassName
{
background-color: #7E5FB3;
}
.BgClassName
{
background-color: #7E5FB3;
}
</style>
border-color css
<style>
span { border-color: #7E5FB3; }
span { border-color: rgb(126,95,179); }
td.TdClassName
{
border-color: #7E5FB3;
}
.TagClassName
{
border-color: #7E5FB3;
}
</style>