Shades of Blue Marguerite #7A62B3
Tints of Blue Marguerite #7A62B3
RGB
CMYK
RGB Variations
Color information
#7A62B3 (or 0x7A62B3) is known color: Blue Marguerite. HEX triplet: 7A, 62 and B3. RGB value is (122,98,179). Sum of RGB (Red+Green+Blue) = 122+98+179=399 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.58% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 179 (70.31% from 255 or 44.86% from 399); Max value from RGB is 179 - color contains mainly: blue. Hex color #7A62B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A62B3 is #859D4C. Grayscale: #727272. Windows color (decimal): -8756557 or 11756154. OLE color: 11756154.
HSL color Cylindrical-coordinate representation of color #7A62B3: hue angle of 257.78º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A62B3 is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 98 | 179 | - |
| CMYK | 0.32 | 0.45 | 0 | 0.30 |
| HSL | 257.78º | 0.35% | 0.54% | - |
| HSV(B) | 257.78º | 0.45% | 0.7% | - |
| XYZ | 20.53 | 16.13 | 44.68 | - |
| YUV | 114.41 | 164.45 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 98 | 179 | 0.32 | 0.45 | 0 | 0.30 | 257.78 | 0.35 | 0.54 |
| Hex | 7A | 62 | B3 | 20 | 2D | 0 | 1E | 102 | 23 | 36 |
| Octal | 172 | 142 | 263 | 40 | 55 | 0 | 36 | 402 | 43 | 66 |
| Binary | 1111010 | 1100010 | 10110011 | 100000 | 101101 | 0 | 11110 | 100000010 | 100011 | 110110 |
Color Harmonies of #7A62B3
Complementary color
Monochromatic Colors of #7A62B3
Black with #7A62B3
Text Example
Text Example
White with #7A62B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A62B3; }
p { color: rgb(122,98,179); }
H1.HeaderClassName
{
color: #7A62B3;
}
.AnyTagClassName
{
color: #7A62B3;
}
</style>
background-color css
<style>
a { background-color: #7A62B3; }
a { background-color: rgb(122,98,179); }
div.DivClassName
{
background-color: #7A62B3;
}
.BgClassName
{
background-color: #7A62B3;
}
</style>
border-color css
<style>
span { border-color: #7A62B3; }
span { border-color: rgb(122,98,179); }
td.TdClassName
{
border-color: #7A62B3;
}
.TagClassName
{
border-color: #7A62B3;
}
</style>