Shades of Blue Marguerite #7C55C0
Tints of Blue Marguerite #7C55C0
RGB
CMYK
RGB Variations
Color information
#7C55C0 (or 0x7C55C0) is known color: Blue Marguerite. HEX triplet: 7C, 55 and C0. RGB value is (124,85,192). Sum of RGB (Red+Green+Blue) = 124+85+192=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 192 (75.39% from 255 or 47.88% from 401); Max value from RGB is 192 - color contains mainly: blue. Hex color #7C55C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C55C0 is #83AA3F. Grayscale: #6C6C6C. Windows color (decimal): -8628800 or 12604796. OLE color: 12604796.
HSL color Cylindrical-coordinate representation of color #7C55C0: hue angle of 261.87º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C55C0 is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 85 | 192 | - |
| CMYK | 0.35 | 0.56 | 0 | 0.25 |
| HSL | 261.87º | 0.46% | 0.54% | - |
| HSV(B) | 261.87º | 0.56% | 0.75% | - |
| XYZ | 21.08 | 14.59 | 51.57 | - |
| YUV | 108.86 | 174.92 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 85 | 192 | 0.35 | 0.56 | 0 | 0.25 | 261.87 | 0.46 | 0.54 |
| Hex | 7C | 55 | C0 | 23 | 38 | 0 | 19 | 106 | 2E | 36 |
| Octal | 174 | 125 | 300 | 43 | 70 | 0 | 31 | 406 | 56 | 66 |
| Binary | 1111100 | 1010101 | 11000000 | 100011 | 111000 | 0 | 11001 | 100000110 | 101110 | 110110 |
Color Harmonies of #7C55C0
Complementary color
Monochromatic Colors of #7C55C0
Black with #7C55C0
Text Example
Text Example
White with #7C55C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C55C0; }
p { color: rgb(124,85,192); }
H1.HeaderClassName
{
color: #7C55C0;
}
.AnyTagClassName
{
color: #7C55C0;
}
</style>
background-color css
<style>
a { background-color: #7C55C0; }
a { background-color: rgb(124,85,192); }
div.DivClassName
{
background-color: #7C55C0;
}
.BgClassName
{
background-color: #7C55C0;
}
</style>
border-color css
<style>
span { border-color: #7C55C0; }
span { border-color: rgb(124,85,192); }
td.TdClassName
{
border-color: #7C55C0;
}
.TagClassName
{
border-color: #7C55C0;
}
</style>