Shades of Blue Marguerite #7E5ABC
Tints of Blue Marguerite #7E5ABC
RGB
CMYK
RGB Variations
Color information
#7E5ABC (or 0x7E5ABC) is known color: Blue Marguerite. HEX triplet: 7E, 5A and BC. RGB value is (126,90,188). Sum of RGB (Red+Green+Blue) = 126+90+188=404 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.19% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E5ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5ABC is #81A543. Grayscale: #6F6F6F. Windows color (decimal): -8496452 or 12343934. OLE color: 12343934.
HSL color Cylindrical-coordinate representation of color #7E5ABC: hue angle of 262.04º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7E5ABC is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 90 | 188 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.26 |
| HSL | 262.04º | 0.42% | 0.55% | - |
| HSV(B) | 262.04º | 0.52% | 0.74% | - |
| XYZ | 21.34 | 15.38 | 49.42 | - |
| YUV | 111.94 | 170.93 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 90 | 188 | 0.33 | 0.52 | 0 | 0.26 | 262.04 | 0.42 | 0.55 |
| Hex | 7E | 5A | BC | 21 | 34 | 0 | 1A | 106 | 2A | 37 |
| Octal | 176 | 132 | 274 | 41 | 64 | 0 | 32 | 406 | 52 | 67 |
| Binary | 1111110 | 1011010 | 10111100 | 100001 | 110100 | 0 | 11010 | 100000110 | 101010 | 110111 |
Color Harmonies of #7E5ABC
Complementary color
Monochromatic Colors of #7E5ABC
Black with #7E5ABC
Text Example
Text Example
White with #7E5ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5ABC; }
p { color: rgb(126,90,188); }
H1.HeaderClassName
{
color: #7E5ABC;
}
.AnyTagClassName
{
color: #7E5ABC;
}
</style>
background-color css
<style>
a { background-color: #7E5ABC; }
a { background-color: rgb(126,90,188); }
div.DivClassName
{
background-color: #7E5ABC;
}
.BgClassName
{
background-color: #7E5ABC;
}
</style>
border-color css
<style>
span { border-color: #7E5ABC; }
span { border-color: rgb(126,90,188); }
td.TdClassName
{
border-color: #7E5ABC;
}
.TagClassName
{
border-color: #7E5ABC;
}
</style>