Shades of Blue Marguerite #7A50BD
Tints of Blue Marguerite #7A50BD
RGB
CMYK
RGB Variations
Color information
#7A50BD (or 0x7A50BD) is known color: Blue Marguerite. HEX triplet: 7A, 50 and BD. RGB value is (122,80,189). Sum of RGB (Red+Green+Blue) = 122+80+189=391 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.20% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #7A50BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A50BD is #85AF42. Grayscale: #686868. Windows color (decimal): -8761155 or 12406906. OLE color: 12406906.
HSL color Cylindrical-coordinate representation of color #7A50BD: hue angle of 263.12º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7A50BD is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 80 | 189 | - |
| CMYK | 0.35 | 0.58 | 0 | 0.26 |
| HSL | 263.12º | 0.45% | 0.53% | - |
| HSV(B) | 263.12º | 0.58% | 0.74% | - |
| XYZ | 20.08 | 13.55 | 49.7 | - |
| YUV | 104.98 | 175.41 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 80 | 189 | 0.35 | 0.58 | 0 | 0.26 | 263.12 | 0.45 | 0.53 |
| Hex | 7A | 50 | BD | 23 | 3A | 0 | 1A | 107 | 2D | 35 |
| Octal | 172 | 120 | 275 | 43 | 72 | 0 | 32 | 407 | 55 | 65 |
| Binary | 1111010 | 1010000 | 10111101 | 100011 | 111010 | 0 | 11010 | 100000111 | 101101 | 110101 |
Color Harmonies of #7A50BD
Complementary color
Monochromatic Colors of #7A50BD
Black with #7A50BD
Text Example
Text Example
White with #7A50BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A50BD; }
p { color: rgb(122,80,189); }
H1.HeaderClassName
{
color: #7A50BD;
}
.AnyTagClassName
{
color: #7A50BD;
}
</style>
background-color css
<style>
a { background-color: #7A50BD; }
a { background-color: rgb(122,80,189); }
div.DivClassName
{
background-color: #7A50BD;
}
.BgClassName
{
background-color: #7A50BD;
}
</style>
border-color css
<style>
span { border-color: #7A50BD; }
span { border-color: rgb(122,80,189); }
td.TdClassName
{
border-color: #7A50BD;
}
.TagClassName
{
border-color: #7A50BD;
}
</style>