Shades of Blue Marguerite #776AB2
Tints of Blue Marguerite #776AB2
RGB
CMYK
RGB Variations
Color information
#776AB2 (or 0x776AB2) is known color: Blue Marguerite. HEX triplet: 77, 6A and B2. RGB value is (119,106,178). Sum of RGB (Red+Green+Blue) = 119+106+178=403 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.53% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 178 (69.92% from 255 or 44.17% from 403); Max value from RGB is 178 - color contains mainly: blue. Hex color #776AB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776AB2 is #88954D. Grayscale: #757575. Windows color (decimal): -8951118 or 11692663. OLE color: 11692663.
HSL color Cylindrical-coordinate representation of color #776AB2: hue angle of 250.83º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #776AB2 is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 119 | 106 | 178 | - |
| CMYK | 0.33 | 0.40 | 0 | 0.30 |
| HSL | 250.83º | 0.32% | 0.56% | - |
| HSV(B) | 250.83º | 0.4% | 0.7% | - |
| XYZ | 20.8 | 17.44 | 44.39 | - |
| YUV | 118.1 | 161.81 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 106 | 178 | 0.33 | 0.40 | 0 | 0.30 | 250.83 | 0.32 | 0.56 |
| Hex | 77 | 6A | B2 | 21 | 28 | 0 | 1E | FB | 20 | 38 |
| Octal | 167 | 152 | 262 | 41 | 50 | 0 | 36 | 373 | 40 | 70 |
| Binary | 1110111 | 1101010 | 10110010 | 100001 | 101000 | 0 | 11110 | 11111011 | 100000 | 111000 |
Color Harmonies of #776AB2
Complementary color
Monochromatic Colors of #776AB2
Black with #776AB2
Text Example
Text Example
White with #776AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776AB2; }
p { color: rgb(119,106,178); }
H1.HeaderClassName
{
color: #776AB2;
}
.AnyTagClassName
{
color: #776AB2;
}
</style>
background-color css
<style>
a { background-color: #776AB2; }
a { background-color: rgb(119,106,178); }
div.DivClassName
{
background-color: #776AB2;
}
.BgClassName
{
background-color: #776AB2;
}
</style>
border-color css
<style>
span { border-color: #776AB2; }
span { border-color: rgb(119,106,178); }
td.TdClassName
{
border-color: #776AB2;
}
.TagClassName
{
border-color: #776AB2;
}
</style>