Shades of Blue Marguerite #7E55BD
Tints of Blue Marguerite #7E55BD
RGB
CMYK
RGB Variations
Color information
#7E55BD (or 0x7E55BD) is known color: Blue Marguerite. HEX triplet: 7E, 55 and BD. RGB value is (126,85,189). Sum of RGB (Red+Green+Blue) = 126+85+189=400 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.5% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #7E55BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E55BD is #81AA42. Grayscale: #6C6C6C. Windows color (decimal): -8497731 or 12408190. OLE color: 12408190.
HSL color Cylindrical-coordinate representation of color #7E55BD: hue angle of 263.65º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7E55BD is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 85 | 189 | - |
| CMYK | 0.33 | 0.55 | 0 | 0.26 |
| HSL | 263.65º | 0.44% | 0.54% | - |
| HSV(B) | 263.65º | 0.55% | 0.74% | - |
| XYZ | 21.04 | 14.61 | 49.85 | - |
| YUV | 109.12 | 173.08 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 85 | 189 | 0.33 | 0.55 | 0 | 0.26 | 263.65 | 0.44 | 0.54 |
| Hex | 7E | 55 | BD | 21 | 37 | 0 | 1A | 108 | 2C | 36 |
| Octal | 176 | 125 | 275 | 41 | 67 | 0 | 32 | 410 | 54 | 66 |
| Binary | 1111110 | 1010101 | 10111101 | 100001 | 110111 | 0 | 11010 | 100001000 | 101100 | 110110 |
Color Harmonies of #7E55BD
Complementary color
Monochromatic Colors of #7E55BD
Black with #7E55BD
Text Example
Text Example
White with #7E55BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E55BD; }
p { color: rgb(126,85,189); }
H1.HeaderClassName
{
color: #7E55BD;
}
.AnyTagClassName
{
color: #7E55BD;
}
</style>
background-color css
<style>
a { background-color: #7E55BD; }
a { background-color: rgb(126,85,189); }
div.DivClassName
{
background-color: #7E55BD;
}
.BgClassName
{
background-color: #7E55BD;
}
</style>
border-color css
<style>
span { border-color: #7E55BD; }
span { border-color: rgb(126,85,189); }
td.TdClassName
{
border-color: #7E55BD;
}
.TagClassName
{
border-color: #7E55BD;
}
</style>