Shades of Deluge #7E65AB
Tints of Deluge #7E65AB
RGB
CMYK
RGB Variations
Color information
#7E65AB (or 0x7E65AB) is known color: Deluge. HEX triplet: 7E, 65 and AB. RGB value is (126,101,171). Sum of RGB (Red+Green+Blue) = 126+101+171=398 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.66% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #7E65AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E65AB is #819A54. Grayscale: #747474. Windows color (decimal): -8493653 or 11232638. OLE color: 11232638.
HSL color Cylindrical-coordinate representation of color #7E65AB: hue angle of 261.43º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7E65AB is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 101 | 171 | - |
| CMYK | 0.26 | 0.41 | 0 | 0.33 |
| HSL | 261.43º | 0.29% | 0.53% | - |
| HSV(B) | 261.43º | 0.41% | 0.67% | - |
| XYZ | 20.61 | 16.68 | 40.66 | - |
| YUV | 116.46 | 158.78 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 101 | 171 | 0.26 | 0.41 | 0 | 0.33 | 261.43 | 0.29 | 0.53 |
| Hex | 7E | 65 | AB | 1A | 29 | 0 | 21 | 105 | 1D | 35 |
| Octal | 176 | 145 | 253 | 32 | 51 | 0 | 41 | 405 | 35 | 65 |
| Binary | 1111110 | 1100101 | 10101011 | 11010 | 101001 | 0 | 100001 | 100000101 | 11101 | 110101 |
Color Harmonies of #7E65AB
Complementary color
Monochromatic Colors of #7E65AB
Black with #7E65AB
Text Example
Text Example
White with #7E65AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E65AB; }
p { color: rgb(126,101,171); }
H1.HeaderClassName
{
color: #7E65AB;
}
.AnyTagClassName
{
color: #7E65AB;
}
</style>
background-color css
<style>
a { background-color: #7E65AB; }
a { background-color: rgb(126,101,171); }
div.DivClassName
{
background-color: #7E65AB;
}
.BgClassName
{
background-color: #7E65AB;
}
</style>
border-color css
<style>
span { border-color: #7E65AB; }
span { border-color: rgb(126,101,171); }
td.TdClassName
{
border-color: #7E65AB;
}
.TagClassName
{
border-color: #7E65AB;
}
</style>