Shades of Blue Marguerite #7759BC
Tints of Blue Marguerite #7759BC
RGB
CMYK
RGB Variations
Color information
#7759BC (or 0x7759BC) is known color: Blue Marguerite. HEX triplet: 77, 59 and BC. RGB value is (119,89,188). Sum of RGB (Red+Green+Blue) = 119+89+188=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #7759BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7759BC is #88A643. Grayscale: #6C6C6C. Windows color (decimal): -8955460 or 12343671. OLE color: 12343671.
HSL color Cylindrical-coordinate representation of color #7759BC: hue angle of 258.18º 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 #7759BC is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 89 | 188 | - |
| CMYK | 0.37 | 0.53 | 0 | 0.26 |
| HSL | 258.18º | 0.42% | 0.54% | - |
| HSV(B) | 258.18º | 0.53% | 0.74% | - |
| XYZ | 20.26 | 14.7 | 49.35 | - |
| YUV | 109.26 | 172.44 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 89 | 188 | 0.37 | 0.53 | 0 | 0.26 | 258.18 | 0.42 | 0.54 |
| Hex | 77 | 59 | BC | 25 | 35 | 0 | 1A | 102 | 2A | 36 |
| Octal | 167 | 131 | 274 | 45 | 65 | 0 | 32 | 402 | 52 | 66 |
| Binary | 1110111 | 1011001 | 10111100 | 100101 | 110101 | 0 | 11010 | 100000010 | 101010 | 110110 |
Color Harmonies of #7759BC
Complementary color
Monochromatic Colors of #7759BC
Black with #7759BC
Text Example
Text Example
White with #7759BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7759BC; }
p { color: rgb(119,89,188); }
H1.HeaderClassName
{
color: #7759BC;
}
.AnyTagClassName
{
color: #7759BC;
}
</style>
background-color css
<style>
a { background-color: #7759BC; }
a { background-color: rgb(119,89,188); }
div.DivClassName
{
background-color: #7759BC;
}
.BgClassName
{
background-color: #7759BC;
}
</style>
border-color css
<style>
span { border-color: #7759BC; }
span { border-color: rgb(119,89,188); }
td.TdClassName
{
border-color: #7759BC;
}
.TagClassName
{
border-color: #7759BC;
}
</style>