Shades of Blue Marguerite #7A50BC
Tints of Blue Marguerite #7A50BC
RGB
CMYK
RGB Variations
Color information
#7A50BC (or 0x7A50BC) is known color: Blue Marguerite. HEX triplet: 7A, 50 and BC. RGB value is (122,80,188). Sum of RGB (Red+Green+Blue) = 122+80+188=390 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.28% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #7A50BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A50BC is #85AF43. Grayscale: #686868. Windows color (decimal): -8761156 or 12341370. OLE color: 12341370.
HSL color Cylindrical-coordinate representation of color #7A50BC: hue angle of 263.33º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A50BC is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 80 | 188 | - |
| CMYK | 0.35 | 0.57 | 0 | 0.26 |
| HSL | 263.33º | 0.45% | 0.53% | - |
| HSV(B) | 263.33º | 0.57% | 0.74% | - |
| XYZ | 19.97 | 13.51 | 49.13 | - |
| YUV | 104.87 | 174.91 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 80 | 188 | 0.35 | 0.57 | 0 | 0.26 | 263.33 | 0.45 | 0.53 |
| Hex | 7A | 50 | BC | 23 | 39 | 0 | 1A | 107 | 2D | 35 |
| Octal | 172 | 120 | 274 | 43 | 71 | 0 | 32 | 407 | 55 | 65 |
| Binary | 1111010 | 1010000 | 10111100 | 100011 | 111001 | 0 | 11010 | 100000111 | 101101 | 110101 |
Color Harmonies of #7A50BC
Complementary color
Monochromatic Colors of #7A50BC
Black with #7A50BC
Text Example
Text Example
White with #7A50BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A50BC; }
p { color: rgb(122,80,188); }
H1.HeaderClassName
{
color: #7A50BC;
}
.AnyTagClassName
{
color: #7A50BC;
}
</style>
background-color css
<style>
a { background-color: #7A50BC; }
a { background-color: rgb(122,80,188); }
div.DivClassName
{
background-color: #7A50BC;
}
.BgClassName
{
background-color: #7A50BC;
}
</style>
border-color css
<style>
span { border-color: #7A50BC; }
span { border-color: rgb(122,80,188); }
td.TdClassName
{
border-color: #7A50BC;
}
.TagClassName
{
border-color: #7A50BC;
}
</style>