Shades of Blue Marguerite #7766B5
Tints of Blue Marguerite #7766B5
RGB
CMYK
RGB Variations
Color information
#7766B5 (or 0x7766B5) is known color: Blue Marguerite. HEX triplet: 77, 66 and B5. RGB value is (119,102,181). Sum of RGB (Red+Green+Blue) = 119+102+181=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 181 (71.09% from 255 or 45.02% from 402); Max value from RGB is 181 - color contains mainly: blue. Hex color #7766B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7766B5 is #88994A. Grayscale: #737373. Windows color (decimal): -8952139 or 11888247. OLE color: 11888247.
HSL color Cylindrical-coordinate representation of color #7766B5: hue angle of 252.91º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7766B5 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 102 | 181 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.29 |
| HSL | 252.91º | 0.35% | 0.55% | - |
| HSV(B) | 252.91º | 0.44% | 0.71% | - |
| XYZ | 20.7 | 16.76 | 45.86 | - |
| YUV | 116.09 | 164.63 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 102 | 181 | 0.34 | 0.44 | 0 | 0.29 | 252.91 | 0.35 | 0.55 |
| Hex | 77 | 66 | B5 | 22 | 2C | 0 | 1D | FD | 23 | 37 |
| Octal | 167 | 146 | 265 | 42 | 54 | 0 | 35 | 375 | 43 | 67 |
| Binary | 1110111 | 1100110 | 10110101 | 100010 | 101100 | 0 | 11101 | 11111101 | 100011 | 110111 |
Color Harmonies of #7766B5
Complementary color
Monochromatic Colors of #7766B5
Black with #7766B5
Text Example
Text Example
White with #7766B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7766B5; }
p { color: rgb(119,102,181); }
H1.HeaderClassName
{
color: #7766B5;
}
.AnyTagClassName
{
color: #7766B5;
}
</style>
background-color css
<style>
a { background-color: #7766B5; }
a { background-color: rgb(119,102,181); }
div.DivClassName
{
background-color: #7766B5;
}
.BgClassName
{
background-color: #7766B5;
}
</style>
border-color css
<style>
span { border-color: #7766B5; }
span { border-color: rgb(119,102,181); }
td.TdClassName
{
border-color: #7766B5;
}
.TagClassName
{
border-color: #7766B5;
}
</style>