Shades of Blue Marguerite #7E5EBD
Tints of Blue Marguerite #7E5EBD
RGB
CMYK
RGB Variations
Color information
#7E5EBD (or 0x7E5EBD) is known color: Blue Marguerite. HEX triplet: 7E, 5E and BD. RGB value is (126,94,189). Sum of RGB (Red+Green+Blue) = 126+94+189=409 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.81% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 189 - color contains mainly: blue. Hex color #7E5EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5EBD is #81A142. Grayscale: #727272. Windows color (decimal): -8495427 or 12410494. OLE color: 12410494.
HSL color Cylindrical-coordinate representation of color #7E5EBD: hue angle of 260.21º degrees, saturation: 0.42, 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 #7E5EBD is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 126 | 94 | 189 | - |
CMYK | 0.33 | 0.50 | 0 | 0.26 |
HSL | 260.21º | 0.42% | 0.55% | - |
HSV(B) | 260.21º | 0.5% | 0.74% | - |
XYZ | 21.79 | 16.12 | 50.11 | - |
YUV | 114.4 | 170.1 | 136.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 126 | 94 | 189 | 0.33 | 0.50 | 0 | 0.26 | 260.21 | 0.42 | 0.55 |
Hex | 7E | 5E | BD | 21 | 32 | 0 | 1A | 104 | 2A | 37 |
Octal | 176 | 136 | 275 | 41 | 62 | 0 | 32 | 404 | 52 | 67 |
Binary | 1111110 | 1011110 | 10111101 | 100001 | 110010 | 0 | 11010 | 100000100 | 101010 | 110111 |
Color Harmonies of #7E5EBD
Complementary color
Monochromatic Colors of #7E5EBD
Black with #7E5EBD
Text Example
Text Example
White with #7E5EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5EBD; }
p { color: rgb(126,94,189); }
H1.HeaderClassName
{
color: #7E5EBD;
}
.AnyTagClassName
{
color: #7E5EBD;
}
</style>
background-color css
<style>
a { background-color: #7E5EBD; }
a { background-color: rgb(126,94,189); }
div.DivClassName
{
background-color: #7E5EBD;
}
.BgClassName
{
background-color: #7E5EBD;
}
</style>
border-color css
<style>
span { border-color: #7E5EBD; }
span { border-color: rgb(126,94,189); }
td.TdClassName
{
border-color: #7E5EBD;
}
.TagClassName
{
border-color: #7E5EBD;
}
</style>