Shades of Blue Marguerite #7C63BD
Tints of Blue Marguerite #7C63BD
RGB
CMYK
RGB Variations
Color information
#7C63BD (or 0x7C63BD) is known color: Blue Marguerite. HEX triplet: 7C, 63 and BD. RGB value is (124,99,189). Sum of RGB (Red+Green+Blue) = 124+99+189=412 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.10% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 189 - color contains mainly: blue. Hex color #7C63BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C63BD is #839C42. Grayscale: #747474. Windows color (decimal): -8625219 or 12411772. OLE color: 12411772.
HSL color Cylindrical-coordinate representation of color #7C63BD: hue angle of 256.67º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C63BD is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 99 | 189 | - |
| CMYK | 0.34 | 0.48 | 0 | 0.26 |
| HSL | 256.67º | 0.41% | 0.56% | - |
| HSV(B) | 256.67º | 0.48% | 0.74% | - |
| XYZ | 21.96 | 16.88 | 50.25 | - |
| YUV | 116.74 | 168.78 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 99 | 189 | 0.34 | 0.48 | 0 | 0.26 | 256.67 | 0.41 | 0.56 |
| Hex | 7C | 63 | BD | 22 | 30 | 0 | 1A | 101 | 29 | 38 |
| Octal | 174 | 143 | 275 | 42 | 60 | 0 | 32 | 401 | 51 | 70 |
| Binary | 1111100 | 1100011 | 10111101 | 100010 | 110000 | 0 | 11010 | 100000001 | 101001 | 111000 |
Color Harmonies of #7C63BD
Complementary color
Monochromatic Colors of #7C63BD
Black with #7C63BD
Text Example
Text Example
White with #7C63BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C63BD; }
p { color: rgb(124,99,189); }
H1.HeaderClassName
{
color: #7C63BD;
}
.AnyTagClassName
{
color: #7C63BD;
}
</style>
background-color css
<style>
a { background-color: #7C63BD; }
a { background-color: rgb(124,99,189); }
div.DivClassName
{
background-color: #7C63BD;
}
.BgClassName
{
background-color: #7C63BD;
}
</style>
border-color css
<style>
span { border-color: #7C63BD; }
span { border-color: rgb(124,99,189); }
td.TdClassName
{
border-color: #7C63BD;
}
.TagClassName
{
border-color: #7C63BD;
}
</style>