Shades of Blue Marguerite #7E5EBC
Tints of Blue Marguerite #7E5EBC
RGB
CMYK
RGB Variations
Color information
#7E5EBC (or 0x7E5EBC) is known color: Blue Marguerite. HEX triplet: 7E, 5E and BC. RGB value is (126,94,188). Sum of RGB (Red+Green+Blue) = 126+94+188=408 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.88% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E5EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5EBC is #81A143. Grayscale: #717171. Windows color (decimal): -8495428 or 12344958. OLE color: 12344958.
HSL color Cylindrical-coordinate representation of color #7E5EBC: hue angle of 260.43º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7E5EBC is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 94 | 188 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.26 |
| HSL | 260.43º | 0.41% | 0.55% | - |
| HSV(B) | 260.43º | 0.5% | 0.74% | - |
| XYZ | 21.68 | 16.07 | 49.54 | - |
| YUV | 114.28 | 169.6 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 94 | 188 | 0.33 | 0.50 | 0 | 0.26 | 260.43 | 0.41 | 0.55 |
| Hex | 7E | 5E | BC | 21 | 32 | 0 | 1A | 104 | 29 | 37 |
| Octal | 176 | 136 | 274 | 41 | 62 | 0 | 32 | 404 | 51 | 67 |
| Binary | 1111110 | 1011110 | 10111100 | 100001 | 110010 | 0 | 11010 | 100000100 | 101001 | 110111 |
Color Harmonies of #7E5EBC
Complementary color
Monochromatic Colors of #7E5EBC
Black with #7E5EBC
Text Example
Text Example
White with #7E5EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5EBC; }
p { color: rgb(126,94,188); }
H1.HeaderClassName
{
color: #7E5EBC;
}
.AnyTagClassName
{
color: #7E5EBC;
}
</style>
background-color css
<style>
a { background-color: #7E5EBC; }
a { background-color: rgb(126,94,188); }
div.DivClassName
{
background-color: #7E5EBC;
}
.BgClassName
{
background-color: #7E5EBC;
}
</style>
border-color css
<style>
span { border-color: #7E5EBC; }
span { border-color: rgb(126,94,188); }
td.TdClassName
{
border-color: #7E5EBC;
}
.TagClassName
{
border-color: #7E5EBC;
}
</style>