Shades of Blue Marguerite #7E5CBC
Tints of Blue Marguerite #7E5CBC
RGB
CMYK
RGB Variations
Color information
#7E5CBC (or 0x7E5CBC) is known color: Blue Marguerite. HEX triplet: 7E, 5C and BC. RGB value is (126,92,188). Sum of RGB (Red+Green+Blue) = 126+92+188=406 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.03% from 406); Green value is 92 (36.33% from 255 or 22.66% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E5CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5CBC is #81A343. Grayscale: #707070. Windows color (decimal): -8495940 or 12344446. OLE color: 12344446.
HSL color Cylindrical-coordinate representation of color #7E5CBC: hue angle of 261.25º 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 #7E5CBC is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 92 | 188 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.26 |
| HSL | 261.25º | 0.42% | 0.55% | - |
| HSV(B) | 261.25º | 0.51% | 0.74% | - |
| XYZ | 21.51 | 15.72 | 49.48 | - |
| YUV | 113.11 | 170.26 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 92 | 188 | 0.33 | 0.51 | 0 | 0.26 | 261.25 | 0.42 | 0.55 |
| Hex | 7E | 5C | BC | 21 | 33 | 0 | 1A | 105 | 2A | 37 |
| Octal | 176 | 134 | 274 | 41 | 63 | 0 | 32 | 405 | 52 | 67 |
| Binary | 1111110 | 1011100 | 10111100 | 100001 | 110011 | 0 | 11010 | 100000101 | 101010 | 110111 |
Color Harmonies of #7E5CBC
Complementary color
Monochromatic Colors of #7E5CBC
Black with #7E5CBC
Text Example
Text Example
White with #7E5CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5CBC; }
p { color: rgb(126,92,188); }
H1.HeaderClassName
{
color: #7E5CBC;
}
.AnyTagClassName
{
color: #7E5CBC;
}
</style>
background-color css
<style>
a { background-color: #7E5CBC; }
a { background-color: rgb(126,92,188); }
div.DivClassName
{
background-color: #7E5CBC;
}
.BgClassName
{
background-color: #7E5CBC;
}
</style>
border-color css
<style>
span { border-color: #7E5CBC; }
span { border-color: rgb(126,92,188); }
td.TdClassName
{
border-color: #7E5CBC;
}
.TagClassName
{
border-color: #7E5CBC;
}
</style>