Shades of Blue Marguerite #7766BF
Tints of Blue Marguerite #7766BF
RGB
CMYK
RGB Variations
Color information
#7766BF (or 0x7766BF) is known color: Blue Marguerite. HEX triplet: 77, 66 and BF. RGB value is (119,102,191). Sum of RGB (Red+Green+Blue) = 119+102+191=412 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.88% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #7766BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7766BF is #889940. Grayscale: #747474. Windows color (decimal): -8952129 or 12543607. OLE color: 12543607.
HSL color Cylindrical-coordinate representation of color #7766BF: hue angle of 251.46º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7766BF is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 102 | 191 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.25 |
| HSL | 251.46º | 0.41% | 0.57% | - |
| HSV(B) | 251.46º | 0.47% | 0.75% | - |
| XYZ | 21.76 | 17.19 | 51.46 | - |
| YUV | 117.23 | 169.63 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 102 | 191 | 0.38 | 0.47 | 0 | 0.25 | 251.46 | 0.41 | 0.57 |
| Hex | 77 | 66 | BF | 26 | 2F | 0 | 19 | FB | 29 | 39 |
| Octal | 167 | 146 | 277 | 46 | 57 | 0 | 31 | 373 | 51 | 71 |
| Binary | 1110111 | 1100110 | 10111111 | 100110 | 101111 | 0 | 11001 | 11111011 | 101001 | 111001 |
Color Harmonies of #7766BF
Complementary color
Monochromatic Colors of #7766BF
Black with #7766BF
Text Example
Text Example
White with #7766BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7766BF; }
p { color: rgb(119,102,191); }
H1.HeaderClassName
{
color: #7766BF;
}
.AnyTagClassName
{
color: #7766BF;
}
</style>
background-color css
<style>
a { background-color: #7766BF; }
a { background-color: rgb(119,102,191); }
div.DivClassName
{
background-color: #7766BF;
}
.BgClassName
{
background-color: #7766BF;
}
</style>
border-color css
<style>
span { border-color: #7766BF; }
span { border-color: rgb(119,102,191); }
td.TdClassName
{
border-color: #7766BF;
}
.TagClassName
{
border-color: #7766BF;
}
</style>