Shades of Blue Marguerite #7766BD
Tints of Blue Marguerite #7766BD
RGB
CMYK
RGB Variations
Color information
#7766BD (or 0x7766BD) is known color: Blue Marguerite. HEX triplet: 77, 66 and BD. RGB value is (119,102,189). Sum of RGB (Red+Green+Blue) = 119+102+189=410 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.02% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 189 - color contains mainly: blue. Hex color #7766BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7766BD is #889942. Grayscale: #747474. Windows color (decimal): -8952131 or 12412535. OLE color: 12412535.
HSL color Cylindrical-coordinate representation of color #7766BD: hue angle of 251.72º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7766BD is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 102 | 189 | - |
| CMYK | 0.37 | 0.46 | 0 | 0.26 |
| HSL | 251.72º | 0.4% | 0.57% | - |
| HSV(B) | 251.72º | 0.46% | 0.74% | - |
| XYZ | 21.54 | 17.1 | 50.31 | - |
| YUV | 117 | 168.63 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 102 | 189 | 0.37 | 0.46 | 0 | 0.26 | 251.72 | 0.4 | 0.57 |
| Hex | 77 | 66 | BD | 25 | 2E | 0 | 1A | FC | 28 | 39 |
| Octal | 167 | 146 | 275 | 45 | 56 | 0 | 32 | 374 | 50 | 71 |
| Binary | 1110111 | 1100110 | 10111101 | 100101 | 101110 | 0 | 11010 | 11111100 | 101000 | 111001 |
Color Harmonies of #7766BD
Complementary color
Monochromatic Colors of #7766BD
Black with #7766BD
Text Example
Text Example
White with #7766BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7766BD; }
p { color: rgb(119,102,189); }
H1.HeaderClassName
{
color: #7766BD;
}
.AnyTagClassName
{
color: #7766BD;
}
</style>
background-color css
<style>
a { background-color: #7766BD; }
a { background-color: rgb(119,102,189); }
div.DivClassName
{
background-color: #7766BD;
}
.BgClassName
{
background-color: #7766BD;
}
</style>
border-color css
<style>
span { border-color: #7766BD; }
span { border-color: rgb(119,102,189); }
td.TdClassName
{
border-color: #7766BD;
}
.TagClassName
{
border-color: #7766BD;
}
</style>