Shades of Blue Marguerite #7E5DBD
Tints of Blue Marguerite #7E5DBD
RGB
CMYK
RGB Variations
Color information
#7E5DBD (or 0x7E5DBD) is known color: Blue Marguerite. HEX triplet: 7E, 5D and BD. RGB value is (126,93,189). Sum of RGB (Red+Green+Blue) = 126+93+189=408 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.88% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 189 - color contains mainly: blue. Hex color #7E5DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5DBD is #81A242. Grayscale: #717171. Windows color (decimal): -8495683 or 12410238. OLE color: 12410238.
HSL color Cylindrical-coordinate representation of color #7E5DBD: hue angle of 260.62º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7E5DBD is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 93 | 189 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.26 |
| HSL | 260.63º | 0.42% | 0.55% | - |
| HSV(B) | 260.63º | 0.51% | 0.74% | - |
| XYZ | 21.7 | 15.94 | 50.08 | - |
| YUV | 113.81 | 170.43 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 93 | 189 | 0.33 | 0.51 | 0 | 0.26 | 260.63 | 0.42 | 0.55 |
| Hex | 7E | 5D | BD | 21 | 33 | 0 | 1A | 105 | 2A | 37 |
| Octal | 176 | 135 | 275 | 41 | 63 | 0 | 32 | 405 | 52 | 67 |
| Binary | 1111110 | 1011101 | 10111101 | 100001 | 110011 | 0 | 11010 | 100000101 | 101010 | 110111 |
Color Harmonies of #7E5DBD
Complementary color
Monochromatic Colors of #7E5DBD
Black with #7E5DBD
Text Example
Text Example
White with #7E5DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5DBD; }
p { color: rgb(126,93,189); }
H1.HeaderClassName
{
color: #7E5DBD;
}
.AnyTagClassName
{
color: #7E5DBD;
}
</style>
background-color css
<style>
a { background-color: #7E5DBD; }
a { background-color: rgb(126,93,189); }
div.DivClassName
{
background-color: #7E5DBD;
}
.BgClassName
{
background-color: #7E5DBD;
}
</style>
border-color css
<style>
span { border-color: #7E5DBD; }
span { border-color: rgb(126,93,189); }
td.TdClassName
{
border-color: #7E5DBD;
}
.TagClassName
{
border-color: #7E5DBD;
}
</style>