Shades of Blue Marguerite #774EBC
Tints of Blue Marguerite #774EBC
RGB
CMYK
RGB Variations
Color information
#774EBC (or 0x774EBC) is known color: Blue Marguerite. HEX triplet: 77, 4E and BC. RGB value is (119,78,188). Sum of RGB (Red+Green+Blue) = 119+78+188=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #774EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774EBC is #88B143. Grayscale: #666666. Windows color (decimal): -8958276 or 12340855. OLE color: 12340855.
HSL color Cylindrical-coordinate representation of color #774EBC: hue angle of 262.36º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #774EBC is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 78 | 188 | - |
| CMYK | 0.37 | 0.59 | 0 | 0.26 |
| HSL | 262.36º | 0.45% | 0.52% | - |
| HSV(B) | 262.36º | 0.59% | 0.74% | - |
| XYZ | 19.41 | 13 | 49.06 | - |
| YUV | 102.8 | 176.08 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 78 | 188 | 0.37 | 0.59 | 0 | 0.26 | 262.36 | 0.45 | 0.52 |
| Hex | 77 | 4E | BC | 25 | 3B | 0 | 1A | 106 | 2D | 34 |
| Octal | 167 | 116 | 274 | 45 | 73 | 0 | 32 | 406 | 55 | 64 |
| Binary | 1110111 | 1001110 | 10111100 | 100101 | 111011 | 0 | 11010 | 100000110 | 101101 | 110100 |
Color Harmonies of #774EBC
Complementary color
Monochromatic Colors of #774EBC
Black with #774EBC
Text Example
Text Example
White with #774EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774EBC; }
p { color: rgb(119,78,188); }
H1.HeaderClassName
{
color: #774EBC;
}
.AnyTagClassName
{
color: #774EBC;
}
</style>
background-color css
<style>
a { background-color: #774EBC; }
a { background-color: rgb(119,78,188); }
div.DivClassName
{
background-color: #774EBC;
}
.BgClassName
{
background-color: #774EBC;
}
</style>
border-color css
<style>
span { border-color: #774EBC; }
span { border-color: rgb(119,78,188); }
td.TdClassName
{
border-color: #774EBC;
}
.TagClassName
{
border-color: #774EBC;
}
</style>