Shades of Blue Marguerite #7E5DB9
Tints of Blue Marguerite #7E5DB9
RGB
CMYK
RGB Variations
Color information
#7E5DB9 (or 0x7E5DB9) is known color: Blue Marguerite. HEX triplet: 7E, 5D and B9. RGB value is (126,93,185). Sum of RGB (Red+Green+Blue) = 126+93+185=404 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.19% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 185 (72.66% from 255 or 45.79% from 404); Max value from RGB is 185 - color contains mainly: blue. Hex color #7E5DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5DB9 is #81A246. Grayscale: #717171. Windows color (decimal): -8495687 or 12148094. OLE color: 12148094.
HSL color Cylindrical-coordinate representation of color #7E5DB9: hue angle of 261.52º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7E5DB9 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 93 | 185 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.27 |
| HSL | 261.52º | 0.4% | 0.55% | - |
| HSV(B) | 261.52º | 0.5% | 0.73% | - |
| XYZ | 21.28 | 15.77 | 47.82 | - |
| YUV | 113.36 | 168.43 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 93 | 185 | 0.32 | 0.50 | 0 | 0.27 | 261.52 | 0.4 | 0.55 |
| Hex | 7E | 5D | B9 | 20 | 32 | 0 | 1B | 106 | 28 | 37 |
| Octal | 176 | 135 | 271 | 40 | 62 | 0 | 33 | 406 | 50 | 67 |
| Binary | 1111110 | 1011101 | 10111001 | 100000 | 110010 | 0 | 11011 | 100000110 | 101000 | 110111 |
Color Harmonies of #7E5DB9
Complementary color
Monochromatic Colors of #7E5DB9
Black with #7E5DB9
Text Example
Text Example
White with #7E5DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5DB9; }
p { color: rgb(126,93,185); }
H1.HeaderClassName
{
color: #7E5DB9;
}
.AnyTagClassName
{
color: #7E5DB9;
}
</style>
background-color css
<style>
a { background-color: #7E5DB9; }
a { background-color: rgb(126,93,185); }
div.DivClassName
{
background-color: #7E5DB9;
}
.BgClassName
{
background-color: #7E5DB9;
}
</style>
border-color css
<style>
span { border-color: #7E5DB9; }
span { border-color: rgb(126,93,185); }
td.TdClassName
{
border-color: #7E5DB9;
}
.TagClassName
{
border-color: #7E5DB9;
}
</style>