Shades of Blue Marguerite #7962BC
Tints of Blue Marguerite #7962BC
RGB
CMYK
RGB Variations
Color information
#7962BC (or 0x7962BC) is known color: Blue Marguerite. HEX triplet: 79, 62 and BC. RGB value is (121,98,188). Sum of RGB (Red+Green+Blue) = 121+98+188=407 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.73% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #7962BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7962BC is #869D43. Grayscale: #727272. Windows color (decimal): -8822084 or 12345977. OLE color: 12345977.
HSL color Cylindrical-coordinate representation of color #7962BC: hue angle of 255.33º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7962BC is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 121 | 98 | 188 | - |
| CMYK | 0.36 | 0.48 | 0 | 0.26 |
| HSL | 255.33º | 0.4% | 0.56% | - |
| HSV(B) | 255.33º | 0.48% | 0.74% | - |
| XYZ | 21.33 | 16.43 | 49.62 | - |
| YUV | 115.14 | 169.12 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 98 | 188 | 0.36 | 0.48 | 0 | 0.26 | 255.33 | 0.4 | 0.56 |
| Hex | 79 | 62 | BC | 24 | 30 | 0 | 1A | FF | 28 | 38 |
| Octal | 171 | 142 | 274 | 44 | 60 | 0 | 32 | 377 | 50 | 70 |
| Binary | 1111001 | 1100010 | 10111100 | 100100 | 110000 | 0 | 11010 | 11111111 | 101000 | 111000 |
Color Harmonies of #7962BC
Complementary color
Monochromatic Colors of #7962BC
Black with #7962BC
Text Example
Text Example
White with #7962BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7962BC; }
p { color: rgb(121,98,188); }
H1.HeaderClassName
{
color: #7962BC;
}
.AnyTagClassName
{
color: #7962BC;
}
</style>
background-color css
<style>
a { background-color: #7962BC; }
a { background-color: rgb(121,98,188); }
div.DivClassName
{
background-color: #7962BC;
}
.BgClassName
{
background-color: #7962BC;
}
</style>
border-color css
<style>
span { border-color: #7962BC; }
span { border-color: rgb(121,98,188); }
td.TdClassName
{
border-color: #7962BC;
}
.TagClassName
{
border-color: #7962BC;
}
</style>