Shades of Blue Marguerite #7C63BE
Tints of Blue Marguerite #7C63BE
RGB
CMYK
RGB Variations
Color information
#7C63BE (or 0x7C63BE) is known color: Blue Marguerite. HEX triplet: 7C, 63 and BE. RGB value is (124,99,190). Sum of RGB (Red+Green+Blue) = 124+99+190=413 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.02% from 413); Green value is 99 (39.06% from 255 or 23.97% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #7C63BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C63BE is #839C41. Grayscale: #747474. Windows color (decimal): -8625218 or 12477308. OLE color: 12477308.
HSL color Cylindrical-coordinate representation of color #7C63BE: hue angle of 256.48º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C63BE is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 99 | 190 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.25 |
| HSL | 256.48º | 0.41% | 0.57% | - |
| HSV(B) | 256.48º | 0.48% | 0.75% | - |
| XYZ | 22.07 | 16.93 | 50.82 | - |
| YUV | 116.85 | 169.28 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 99 | 190 | 0.35 | 0.48 | 0 | 0.25 | 256.48 | 0.41 | 0.57 |
| Hex | 7C | 63 | BE | 23 | 30 | 0 | 19 | 100 | 29 | 39 |
| Octal | 174 | 143 | 276 | 43 | 60 | 0 | 31 | 400 | 51 | 71 |
| Binary | 1111100 | 1100011 | 10111110 | 100011 | 110000 | 0 | 11001 | 100000000 | 101001 | 111001 |
Color Harmonies of #7C63BE
Complementary color
Monochromatic Colors of #7C63BE
Black with #7C63BE
Text Example
Text Example
White with #7C63BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C63BE; }
p { color: rgb(124,99,190); }
H1.HeaderClassName
{
color: #7C63BE;
}
.AnyTagClassName
{
color: #7C63BE;
}
</style>
background-color css
<style>
a { background-color: #7C63BE; }
a { background-color: rgb(124,99,190); }
div.DivClassName
{
background-color: #7C63BE;
}
.BgClassName
{
background-color: #7C63BE;
}
</style>
border-color css
<style>
span { border-color: #7C63BE; }
span { border-color: rgb(124,99,190); }
td.TdClassName
{
border-color: #7C63BE;
}
.TagClassName
{
border-color: #7C63BE;
}
</style>