Shades of Blue Marguerite #7C54B9
Tints of Blue Marguerite #7C54B9
RGB
CMYK
RGB Variations
Color information
#7C54B9 (or 0x7C54B9) is known color: Blue Marguerite. HEX triplet: 7C, 54 and B9. RGB value is (124,84,185). Sum of RGB (Red+Green+Blue) = 124+84+185=393 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.55% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 185 (72.66% from 255 or 47.07% from 393); Max value from RGB is 185 - color contains mainly: blue. Hex color #7C54B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C54B9 is #83AB46. Grayscale: #6B6B6B. Windows color (decimal): -8629063 or 12145788. OLE color: 12145788.
HSL color Cylindrical-coordinate representation of color #7C54B9: hue angle of 263.76º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C54B9 is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 84 | 185 | - |
| CMYK | 0.33 | 0.55 | 0 | 0.27 |
| HSL | 263.76º | 0.42% | 0.53% | - |
| HSV(B) | 263.76º | 0.55% | 0.73% | - |
| XYZ | 20.24 | 14.13 | 47.56 | - |
| YUV | 107.47 | 171.75 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 84 | 185 | 0.33 | 0.55 | 0 | 0.27 | 263.76 | 0.42 | 0.53 |
| Hex | 7C | 54 | B9 | 21 | 37 | 0 | 1B | 108 | 2A | 35 |
| Octal | 174 | 124 | 271 | 41 | 67 | 0 | 33 | 410 | 52 | 65 |
| Binary | 1111100 | 1010100 | 10111001 | 100001 | 110111 | 0 | 11011 | 100001000 | 101010 | 110101 |
Color Harmonies of #7C54B9
Complementary color
Monochromatic Colors of #7C54B9
Black with #7C54B9
Text Example
Text Example
White with #7C54B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C54B9; }
p { color: rgb(124,84,185); }
H1.HeaderClassName
{
color: #7C54B9;
}
.AnyTagClassName
{
color: #7C54B9;
}
</style>
background-color css
<style>
a { background-color: #7C54B9; }
a { background-color: rgb(124,84,185); }
div.DivClassName
{
background-color: #7C54B9;
}
.BgClassName
{
background-color: #7C54B9;
}
</style>
border-color css
<style>
span { border-color: #7C54B9; }
span { border-color: rgb(124,84,185); }
td.TdClassName
{
border-color: #7C54B9;
}
.TagClassName
{
border-color: #7C54B9;
}
</style>