Shades of Blue Marguerite #7A62B9
Tints of Blue Marguerite #7A62B9
RGB
CMYK
RGB Variations
Color information
#7A62B9 (or 0x7A62B9) is known color: Blue Marguerite. HEX triplet: 7A, 62 and B9. RGB value is (122,98,185). Sum of RGB (Red+Green+Blue) = 122+98+185=405 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.12% from 405); Green value is 98 (38.67% from 255 or 24.20% from 405); Blue value is 185 (72.66% from 255 or 45.68% from 405); Max value from RGB is 185 - color contains mainly: blue. Hex color #7A62B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A62B9 is #859D46. Grayscale: #727272. Windows color (decimal): -8756551 or 12149370. OLE color: 12149370.
HSL color Cylindrical-coordinate representation of color #7A62B9: hue angle of 256.55º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7A62B9 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 98 | 185 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.27 |
| HSL | 256.55º | 0.38% | 0.55% | - |
| HSV(B) | 256.55º | 0.47% | 0.73% | - |
| XYZ | 21.15 | 16.38 | 47.95 | - |
| YUV | 115.09 | 167.45 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 98 | 185 | 0.34 | 0.47 | 0 | 0.27 | 256.55 | 0.38 | 0.55 |
| Hex | 7A | 62 | B9 | 22 | 2F | 0 | 1B | 101 | 26 | 37 |
| Octal | 172 | 142 | 271 | 42 | 57 | 0 | 33 | 401 | 46 | 67 |
| Binary | 1111010 | 1100010 | 10111001 | 100010 | 101111 | 0 | 11011 | 100000001 | 100110 | 110111 |
Color Harmonies of #7A62B9
Complementary color
Monochromatic Colors of #7A62B9
Black with #7A62B9
Text Example
Text Example
White with #7A62B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A62B9; }
p { color: rgb(122,98,185); }
H1.HeaderClassName
{
color: #7A62B9;
}
.AnyTagClassName
{
color: #7A62B9;
}
</style>
background-color css
<style>
a { background-color: #7A62B9; }
a { background-color: rgb(122,98,185); }
div.DivClassName
{
background-color: #7A62B9;
}
.BgClassName
{
background-color: #7A62B9;
}
</style>
border-color css
<style>
span { border-color: #7A62B9; }
span { border-color: rgb(122,98,185); }
td.TdClassName
{
border-color: #7A62B9;
}
.TagClassName
{
border-color: #7A62B9;
}
</style>