Shades of Blue Marguerite #776FB3
Tints of Blue Marguerite #776FB3
RGB
CMYK
RGB Variations
Color information
#776FB3 (or 0x776FB3) is known color: Blue Marguerite. HEX triplet: 77, 6F and B3. RGB value is (119,111,179). Sum of RGB (Red+Green+Blue) = 119+111+179=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 179 (70.31% from 255 or 43.77% from 409); Max value from RGB is 179 - color contains mainly: blue. Hex color #776FB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776FB3 is #88904C. Grayscale: #787878. Windows color (decimal): -8949837 or 11759479. OLE color: 11759479.
HSL color Cylindrical-coordinate representation of color #776FB3: hue angle of 247.06º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #776FB3 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 119 | 111 | 179 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.30 |
| HSL | 247.06º | 0.31% | 0.57% | - |
| HSV(B) | 247.06º | 0.38% | 0.7% | - |
| XYZ | 21.43 | 18.55 | 45.1 | - |
| YUV | 121.14 | 160.65 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 111 | 179 | 0.34 | 0.38 | 0 | 0.30 | 247.06 | 0.31 | 0.57 |
| Hex | 77 | 6F | B3 | 22 | 26 | 0 | 1E | F7 | 1F | 39 |
| Octal | 167 | 157 | 263 | 42 | 46 | 0 | 36 | 367 | 37 | 71 |
| Binary | 1110111 | 1101111 | 10110011 | 100010 | 100110 | 0 | 11110 | 11110111 | 11111 | 111001 |
Color Harmonies of #776FB3
Complementary color
Monochromatic Colors of #776FB3
Black with #776FB3
Text Example
Text Example
White with #776FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776FB3; }
p { color: rgb(119,111,179); }
H1.HeaderClassName
{
color: #776FB3;
}
.AnyTagClassName
{
color: #776FB3;
}
</style>
background-color css
<style>
a { background-color: #776FB3; }
a { background-color: rgb(119,111,179); }
div.DivClassName
{
background-color: #776FB3;
}
.BgClassName
{
background-color: #776FB3;
}
</style>
border-color css
<style>
span { border-color: #776FB3; }
span { border-color: rgb(119,111,179); }
td.TdClassName
{
border-color: #776FB3;
}
.TagClassName
{
border-color: #776FB3;
}
</style>