Shades of Blue Marguerite #7E5AB9
Tints of Blue Marguerite #7E5AB9
RGB
CMYK
RGB Variations
Color information
#7E5AB9 (or 0x7E5AB9) is known color: Blue Marguerite. HEX triplet: 7E, 5A and B9. RGB value is (126,90,185). Sum of RGB (Red+Green+Blue) = 126+90+185=401 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.42% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 185 (72.66% from 255 or 46.13% from 401); Max value from RGB is 185 - color contains mainly: blue. Hex color #7E5AB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5AB9 is #81A546. Grayscale: #6F6F6F. Windows color (decimal): -8496455 or 12147326. OLE color: 12147326.
HSL color Cylindrical-coordinate representation of color #7E5AB9: hue angle of 262.74º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7E5AB9 is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 90 | 185 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.27 |
| HSL | 262.74º | 0.4% | 0.54% | - |
| HSV(B) | 262.74º | 0.51% | 0.73% | - |
| XYZ | 21.02 | 15.25 | 47.73 | - |
| YUV | 111.59 | 169.43 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 90 | 185 | 0.32 | 0.51 | 0 | 0.27 | 262.74 | 0.4 | 0.54 |
| Hex | 7E | 5A | B9 | 20 | 33 | 0 | 1B | 107 | 28 | 36 |
| Octal | 176 | 132 | 271 | 40 | 63 | 0 | 33 | 407 | 50 | 66 |
| Binary | 1111110 | 1011010 | 10111001 | 100000 | 110011 | 0 | 11011 | 100000111 | 101000 | 110110 |
Color Harmonies of #7E5AB9
Complementary color
Monochromatic Colors of #7E5AB9
Black with #7E5AB9
Text Example
Text Example
White with #7E5AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5AB9; }
p { color: rgb(126,90,185); }
H1.HeaderClassName
{
color: #7E5AB9;
}
.AnyTagClassName
{
color: #7E5AB9;
}
</style>
background-color css
<style>
a { background-color: #7E5AB9; }
a { background-color: rgb(126,90,185); }
div.DivClassName
{
background-color: #7E5AB9;
}
.BgClassName
{
background-color: #7E5AB9;
}
</style>
border-color css
<style>
span { border-color: #7E5AB9; }
span { border-color: rgb(126,90,185); }
td.TdClassName
{
border-color: #7E5AB9;
}
.TagClassName
{
border-color: #7E5AB9;
}
</style>