Shades of Blue Marguerite #7E5DBE
Tints of Blue Marguerite #7E5DBE
RGB
CMYK
RGB Variations
Color information
#7E5DBE (or 0x7E5DBE) is known color: Blue Marguerite. HEX triplet: 7E, 5D and BE. RGB value is (126,93,190). Sum of RGB (Red+Green+Blue) = 126+93+190=409 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.81% from 409); Green value is 93 (36.72% from 255 or 22.74% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #7E5DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5DBE is #81A241. Grayscale: #717171. Windows color (decimal): -8495682 or 12475774. OLE color: 12475774.
HSL color Cylindrical-coordinate representation of color #7E5DBE: hue angle of 260.41º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7E5DBE is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 93 | 190 | - |
| CMYK | 0.34 | 0.51 | 0 | 0.25 |
| HSL | 260.41º | 0.43% | 0.55% | - |
| HSV(B) | 260.41º | 0.51% | 0.75% | - |
| XYZ | 21.81 | 15.98 | 50.65 | - |
| YUV | 113.93 | 170.93 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 93 | 190 | 0.34 | 0.51 | 0 | 0.25 | 260.41 | 0.43 | 0.55 |
| Hex | 7E | 5D | BE | 22 | 33 | 0 | 19 | 104 | 2B | 37 |
| Octal | 176 | 135 | 276 | 42 | 63 | 0 | 31 | 404 | 53 | 67 |
| Binary | 1111110 | 1011101 | 10111110 | 100010 | 110011 | 0 | 11001 | 100000100 | 101011 | 110111 |
Color Harmonies of #7E5DBE
Complementary color
Monochromatic Colors of #7E5DBE
Black with #7E5DBE
Text Example
Text Example
White with #7E5DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5DBE; }
p { color: rgb(126,93,190); }
H1.HeaderClassName
{
color: #7E5DBE;
}
.AnyTagClassName
{
color: #7E5DBE;
}
</style>
background-color css
<style>
a { background-color: #7E5DBE; }
a { background-color: rgb(126,93,190); }
div.DivClassName
{
background-color: #7E5DBE;
}
.BgClassName
{
background-color: #7E5DBE;
}
</style>
border-color css
<style>
span { border-color: #7E5DBE; }
span { border-color: rgb(126,93,190); }
td.TdClassName
{
border-color: #7E5DBE;
}
.TagClassName
{
border-color: #7E5DBE;
}
</style>