Shades of Blue Marguerite #7756B7
Tints of Blue Marguerite #7756B7
RGB
CMYK
RGB Variations
Color information
#7756B7 (or 0x7756B7) is known color: Blue Marguerite. HEX triplet: 77, 56 and B7. RGB value is (119,86,183). Sum of RGB (Red+Green+Blue) = 119+86+183=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 183 (71.88% from 255 or 47.16% from 388); Max value from RGB is 183 - color contains mainly: blue. Hex color #7756B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7756B7 is #88A948. Grayscale: #6A6A6A. Windows color (decimal): -8956233 or 12015223. OLE color: 12015223.
HSL color Cylindrical-coordinate representation of color #7756B7: hue angle of 260.41º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7756B7 is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 119 | 86 | 183 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.28 |
| HSL | 260.41º | 0.4% | 0.53% | - |
| HSV(B) | 260.41º | 0.53% | 0.72% | - |
| XYZ | 19.48 | 14 | 46.47 | - |
| YUV | 106.93 | 170.93 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 86 | 183 | 0.35 | 0.53 | 0 | 0.28 | 260.41 | 0.4 | 0.53 |
| Hex | 77 | 56 | B7 | 23 | 35 | 0 | 1C | 104 | 28 | 35 |
| Octal | 167 | 126 | 267 | 43 | 65 | 0 | 34 | 404 | 50 | 65 |
| Binary | 1110111 | 1010110 | 10110111 | 100011 | 110101 | 0 | 11100 | 100000100 | 101000 | 110101 |
Color Harmonies of #7756B7
Complementary color
Monochromatic Colors of #7756B7
Black with #7756B7
Text Example
Text Example
White with #7756B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7756B7; }
p { color: rgb(119,86,183); }
H1.HeaderClassName
{
color: #7756B7;
}
.AnyTagClassName
{
color: #7756B7;
}
</style>
background-color css
<style>
a { background-color: #7756B7; }
a { background-color: rgb(119,86,183); }
div.DivClassName
{
background-color: #7756B7;
}
.BgClassName
{
background-color: #7756B7;
}
</style>
border-color css
<style>
span { border-color: #7756B7; }
span { border-color: rgb(119,86,183); }
td.TdClassName
{
border-color: #7756B7;
}
.TagClassName
{
border-color: #7756B7;
}
</style>