Shades of Blue Marguerite #7760B1
Tints of Blue Marguerite #7760B1
RGB
CMYK
RGB Variations
Color information
#7760B1 (or 0x7760B1) is known color: Blue Marguerite. HEX triplet: 77, 60 and B1. RGB value is (119,96,177). Sum of RGB (Red+Green+Blue) = 119+96+177=392 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.36% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 177 (69.53% from 255 or 45.15% from 392); Max value from RGB is 177 - color contains mainly: blue. Hex color #7760B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7760B1 is #889F4E. Grayscale: #6F6F6F. Windows color (decimal): -8953679 or 11624567. OLE color: 11624567.
HSL color Cylindrical-coordinate representation of color #7760B1: hue angle of 257.04º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7760B1 is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 96 | 177 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.31 |
| HSL | 257.04º | 0.34% | 0.54% | - |
| HSV(B) | 257.04º | 0.46% | 0.69% | - |
| XYZ | 19.73 | 15.46 | 43.54 | - |
| YUV | 112.11 | 164.62 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 96 | 177 | 0.33 | 0.46 | 0 | 0.31 | 257.04 | 0.34 | 0.54 |
| Hex | 77 | 60 | B1 | 21 | 2E | 0 | 1F | 101 | 22 | 36 |
| Octal | 167 | 140 | 261 | 41 | 56 | 0 | 37 | 401 | 42 | 66 |
| Binary | 1110111 | 1100000 | 10110001 | 100001 | 101110 | 0 | 11111 | 100000001 | 100010 | 110110 |
Color Harmonies of #7760B1
Complementary color
Monochromatic Colors of #7760B1
Black with #7760B1
Text Example
Text Example
White with #7760B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7760B1; }
p { color: rgb(119,96,177); }
H1.HeaderClassName
{
color: #7760B1;
}
.AnyTagClassName
{
color: #7760B1;
}
</style>
background-color css
<style>
a { background-color: #7760B1; }
a { background-color: rgb(119,96,177); }
div.DivClassName
{
background-color: #7760B1;
}
.BgClassName
{
background-color: #7760B1;
}
</style>
border-color css
<style>
span { border-color: #7760B1; }
span { border-color: rgb(119,96,177); }
td.TdClassName
{
border-color: #7760B1;
}
.TagClassName
{
border-color: #7760B1;
}
</style>