Shades of Blue Marguerite #7962B0
Tints of Blue Marguerite #7962B0
RGB
CMYK
RGB Variations
Color information
#7962B0 (or 0x7962B0) is known color: Blue Marguerite. HEX triplet: 79, 62 and B0. RGB value is (121,98,176). Sum of RGB (Red+Green+Blue) = 121+98+176=395 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.63% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 176 (69.14% from 255 or 44.56% from 395); Max value from RGB is 176 - color contains mainly: blue. Hex color #7962B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7962B0 is #869D4F. Grayscale: #717171. Windows color (decimal): -8822096 or 11559545. OLE color: 11559545.
HSL color Cylindrical-coordinate representation of color #7962B0: hue angle of 257.69º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7962B0 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 121 | 98 | 176 | - |
| CMYK | 0.31 | 0.44 | 0 | 0.31 |
| HSL | 257.69º | 0.33% | 0.54% | - |
| HSV(B) | 257.69º | 0.44% | 0.69% | - |
| XYZ | 20.09 | 15.93 | 43.09 | - |
| YUV | 113.77 | 163.12 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 98 | 176 | 0.31 | 0.44 | 0 | 0.31 | 257.69 | 0.33 | 0.54 |
| Hex | 79 | 62 | B0 | 1F | 2C | 0 | 1F | 102 | 21 | 36 |
| Octal | 171 | 142 | 260 | 37 | 54 | 0 | 37 | 402 | 41 | 66 |
| Binary | 1111001 | 1100010 | 10110000 | 11111 | 101100 | 0 | 11111 | 100000010 | 100001 | 110110 |
Color Harmonies of #7962B0
Complementary color
Monochromatic Colors of #7962B0
Black with #7962B0
Text Example
Text Example
White with #7962B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7962B0; }
p { color: rgb(121,98,176); }
H1.HeaderClassName
{
color: #7962B0;
}
.AnyTagClassName
{
color: #7962B0;
}
</style>
background-color css
<style>
a { background-color: #7962B0; }
a { background-color: rgb(121,98,176); }
div.DivClassName
{
background-color: #7962B0;
}
.BgClassName
{
background-color: #7962B0;
}
</style>
border-color css
<style>
span { border-color: #7962B0; }
span { border-color: rgb(121,98,176); }
td.TdClassName
{
border-color: #7962B0;
}
.TagClassName
{
border-color: #7962B0;
}
</style>