Shades of Blue Marguerite #7760BC
Tints of Blue Marguerite #7760BC
RGB
CMYK
RGB Variations
Color information
#7760BC (or 0x7760BC) is known color: Blue Marguerite. HEX triplet: 77, 60 and BC. RGB value is (119,96,188). Sum of RGB (Red+Green+Blue) = 119+96+188=403 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.53% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #7760BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7760BC is #889F43. Grayscale: #717171. Windows color (decimal): -8953668 or 12345463. OLE color: 12345463.
HSL color Cylindrical-coordinate representation of color #7760BC: hue angle of 255º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7760BC is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 96 | 188 | - |
| CMYK | 0.37 | 0.49 | 0 | 0.26 |
| HSL | 255º | 0.41% | 0.56% | - |
| HSV(B) | 255º | 0.49% | 0.74% | - |
| XYZ | 20.87 | 15.92 | 49.55 | - |
| YUV | 113.37 | 170.12 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 96 | 188 | 0.37 | 0.49 | 0 | 0.26 | 255 | 0.41 | 0.56 |
| Hex | 77 | 60 | BC | 25 | 31 | 0 | 1A | FF | 29 | 38 |
| Octal | 167 | 140 | 274 | 45 | 61 | 0 | 32 | 377 | 51 | 70 |
| Binary | 1110111 | 1100000 | 10111100 | 100101 | 110001 | 0 | 11010 | 11111111 | 101001 | 111000 |
Color Harmonies of #7760BC
Complementary color
Monochromatic Colors of #7760BC
Black with #7760BC
Text Example
Text Example
White with #7760BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7760BC; }
p { color: rgb(119,96,188); }
H1.HeaderClassName
{
color: #7760BC;
}
.AnyTagClassName
{
color: #7760BC;
}
</style>
background-color css
<style>
a { background-color: #7760BC; }
a { background-color: rgb(119,96,188); }
div.DivClassName
{
background-color: #7760BC;
}
.BgClassName
{
background-color: #7760BC;
}
</style>
border-color css
<style>
span { border-color: #7760BC; }
span { border-color: rgb(119,96,188); }
td.TdClassName
{
border-color: #7760BC;
}
.TagClassName
{
border-color: #7760BC;
}
</style>