Shades of Blue Marguerite #7766BB
Tints of Blue Marguerite #7766BB
RGB
CMYK
RGB Variations
Color information
#7766BB (or 0x7766BB) is known color: Blue Marguerite. HEX triplet: 77, 66 and BB. RGB value is (119,102,187). Sum of RGB (Red+Green+Blue) = 119+102+187=408 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.17% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #7766BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7766BB is #889944. Grayscale: #747474. Windows color (decimal): -8952133 or 12281463. OLE color: 12281463.
HSL color Cylindrical-coordinate representation of color #7766BB: hue angle of 252º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7766BB is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 102 | 187 | - |
| CMYK | 0.36 | 0.45 | 0 | 0.27 |
| HSL | 252º | 0.38% | 0.57% | - |
| HSV(B) | 252º | 0.45% | 0.73% | - |
| XYZ | 21.33 | 17.01 | 49.17 | - |
| YUV | 116.77 | 167.63 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 102 | 187 | 0.36 | 0.45 | 0 | 0.27 | 252 | 0.38 | 0.57 |
| Hex | 77 | 66 | BB | 24 | 2D | 0 | 1B | FC | 26 | 39 |
| Octal | 167 | 146 | 273 | 44 | 55 | 0 | 33 | 374 | 46 | 71 |
| Binary | 1110111 | 1100110 | 10111011 | 100100 | 101101 | 0 | 11011 | 11111100 | 100110 | 111001 |
Color Harmonies of #7766BB
Complementary color
Monochromatic Colors of #7766BB
Black with #7766BB
Text Example
Text Example
White with #7766BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7766BB; }
p { color: rgb(119,102,187); }
H1.HeaderClassName
{
color: #7766BB;
}
.AnyTagClassName
{
color: #7766BB;
}
</style>
background-color css
<style>
a { background-color: #7766BB; }
a { background-color: rgb(119,102,187); }
div.DivClassName
{
background-color: #7766BB;
}
.BgClassName
{
background-color: #7766BB;
}
</style>
border-color css
<style>
span { border-color: #7766BB; }
span { border-color: rgb(119,102,187); }
td.TdClassName
{
border-color: #7766BB;
}
.TagClassName
{
border-color: #7766BB;
}
</style>