Shades of Blue Marguerite #7A4DC0
Tints of Blue Marguerite #7A4DC0
RGB
CMYK
RGB Variations
Color information
#7A4DC0 (or 0x7A4DC0) is known color: Blue Marguerite. HEX triplet: 7A, 4D and C0. RGB value is (122,77,192). Sum of RGB (Red+Green+Blue) = 122+77+192=391 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.20% from 391); Green value is 77 (30.47% from 255 or 19.69% from 391); Blue value is 192 (75.39% from 255 or 49.10% from 391); Max value from RGB is 192 - color contains mainly: blue. Hex color #7A4DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A4DC0 is #85B23F. Grayscale: #676767. Windows color (decimal): -8761920 or 12602746. OLE color: 12602746.
HSL color Cylindrical-coordinate representation of color #7A4DC0: hue angle of 263.48º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7A4DC0 is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 77 | 192 | - |
| CMYK | 0.36 | 0.60 | 0 | 0.25 |
| HSL | 263.48º | 0.48% | 0.53% | - |
| HSV(B) | 263.48º | 0.6% | 0.75% | - |
| XYZ | 20.19 | 13.25 | 51.36 | - |
| YUV | 103.57 | 177.91 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 77 | 192 | 0.36 | 0.60 | 0 | 0.25 | 263.48 | 0.48 | 0.53 |
| Hex | 7A | 4D | C0 | 24 | 3C | 0 | 19 | 107 | 30 | 35 |
| Octal | 172 | 115 | 300 | 44 | 74 | 0 | 31 | 407 | 60 | 65 |
| Binary | 1111010 | 1001101 | 11000000 | 100100 | 111100 | 0 | 11001 | 100000111 | 110000 | 110101 |
Color Harmonies of #7A4DC0
Complementary color
Monochromatic Colors of #7A4DC0
Black with #7A4DC0
Text Example
Text Example
White with #7A4DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4DC0; }
p { color: rgb(122,77,192); }
H1.HeaderClassName
{
color: #7A4DC0;
}
.AnyTagClassName
{
color: #7A4DC0;
}
</style>
background-color css
<style>
a { background-color: #7A4DC0; }
a { background-color: rgb(122,77,192); }
div.DivClassName
{
background-color: #7A4DC0;
}
.BgClassName
{
background-color: #7A4DC0;
}
</style>
border-color css
<style>
span { border-color: #7A4DC0; }
span { border-color: rgb(122,77,192); }
td.TdClassName
{
border-color: #7A4DC0;
}
.TagClassName
{
border-color: #7A4DC0;
}
</style>