Shades of Blue Marguerite #7A62BE
Tints of Blue Marguerite #7A62BE
RGB
CMYK
RGB Variations
Color information
#7A62BE (or 0x7A62BE) is known color: Blue Marguerite. HEX triplet: 7A, 62 and BE. RGB value is (122,98,190). Sum of RGB (Red+Green+Blue) = 122+98+190=410 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.76% from 410); Green value is 98 (38.67% from 255 or 23.90% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A62BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A62BE is #859D41. Grayscale: #737373. Windows color (decimal): -8756546 or 12477050. OLE color: 12477050.
HSL color Cylindrical-coordinate representation of color #7A62BE: hue angle of 255.65º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A62BE is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 98 | 190 | - |
| CMYK | 0.36 | 0.48 | 0 | 0.25 |
| HSL | 255.65º | 0.41% | 0.56% | - |
| HSV(B) | 255.65º | 0.48% | 0.75% | - |
| XYZ | 21.69 | 16.59 | 50.77 | - |
| YUV | 115.66 | 169.95 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 98 | 190 | 0.36 | 0.48 | 0 | 0.25 | 255.65 | 0.41 | 0.56 |
| Hex | 7A | 62 | BE | 24 | 30 | 0 | 19 | 100 | 29 | 38 |
| Octal | 172 | 142 | 276 | 44 | 60 | 0 | 31 | 400 | 51 | 70 |
| Binary | 1111010 | 1100010 | 10111110 | 100100 | 110000 | 0 | 11001 | 100000000 | 101001 | 111000 |
Color Harmonies of #7A62BE
Complementary color
Monochromatic Colors of #7A62BE
Black with #7A62BE
Text Example
Text Example
White with #7A62BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A62BE; }
p { color: rgb(122,98,190); }
H1.HeaderClassName
{
color: #7A62BE;
}
.AnyTagClassName
{
color: #7A62BE;
}
</style>
background-color css
<style>
a { background-color: #7A62BE; }
a { background-color: rgb(122,98,190); }
div.DivClassName
{
background-color: #7A62BE;
}
.BgClassName
{
background-color: #7A62BE;
}
</style>
border-color css
<style>
span { border-color: #7A62BE; }
span { border-color: rgb(122,98,190); }
td.TdClassName
{
border-color: #7A62BE;
}
.TagClassName
{
border-color: #7A62BE;
}
</style>