Shades of Blue Marguerite #7959BC
Tints of Blue Marguerite #7959BC
RGB
CMYK
RGB Variations
Color information
#7959BC (or 0x7959BC) is known color: Blue Marguerite. HEX triplet: 79, 59 and BC. RGB value is (121,89,188). Sum of RGB (Red+Green+Blue) = 121+89+188=398 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.40% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #7959BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7959BC is #86A643. Grayscale: #6D6D6D. Windows color (decimal): -8824388 or 12343673. OLE color: 12343673.
HSL color Cylindrical-coordinate representation of color #7959BC: hue angle of 259.39º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7959BC is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 121 | 89 | 188 | - |
| CMYK | 0.36 | 0.53 | 0 | 0.26 |
| HSL | 259.39º | 0.42% | 0.54% | - |
| HSV(B) | 259.39º | 0.53% | 0.74% | - |
| XYZ | 20.53 | 14.84 | 49.36 | - |
| YUV | 109.85 | 172.1 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 89 | 188 | 0.36 | 0.53 | 0 | 0.26 | 259.39 | 0.42 | 0.54 |
| Hex | 79 | 59 | BC | 24 | 35 | 0 | 1A | 103 | 2A | 36 |
| Octal | 171 | 131 | 274 | 44 | 65 | 0 | 32 | 403 | 52 | 66 |
| Binary | 1111001 | 1011001 | 10111100 | 100100 | 110101 | 0 | 11010 | 100000011 | 101010 | 110110 |
Color Harmonies of #7959BC
Complementary color
Monochromatic Colors of #7959BC
Black with #7959BC
Text Example
Text Example
White with #7959BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7959BC; }
p { color: rgb(121,89,188); }
H1.HeaderClassName
{
color: #7959BC;
}
.AnyTagClassName
{
color: #7959BC;
}
</style>
background-color css
<style>
a { background-color: #7959BC; }
a { background-color: rgb(121,89,188); }
div.DivClassName
{
background-color: #7959BC;
}
.BgClassName
{
background-color: #7959BC;
}
</style>
border-color css
<style>
span { border-color: #7959BC; }
span { border-color: rgb(121,89,188); }
td.TdClassName
{
border-color: #7959BC;
}
.TagClassName
{
border-color: #7959BC;
}
</style>