Shades of Blue Marguerite #774DBC
Tints of Blue Marguerite #774DBC
RGB
CMYK
RGB Variations
Color information
#774DBC (or 0x774DBC) is known color: Blue Marguerite. HEX triplet: 77, 4D and BC. RGB value is (119,77,188). Sum of RGB (Red+Green+Blue) = 119+77+188=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 77 (30.47% from 255 or 20.05% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #774DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774DBC is #88B243. Grayscale: #656565. Windows color (decimal): -8958532 or 12340599. OLE color: 12340599.
HSL color Cylindrical-coordinate representation of color #774DBC: hue angle of 262.7º 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 #774DBC is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 77 | 188 | - |
| CMYK | 0.37 | 0.59 | 0 | 0.26 |
| HSL | 262.7º | 0.45% | 0.52% | - |
| HSV(B) | 262.7º | 0.59% | 0.74% | - |
| XYZ | 19.34 | 12.86 | 49.04 | - |
| YUV | 102.21 | 176.41 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 77 | 188 | 0.37 | 0.59 | 0 | 0.26 | 262.7 | 0.45 | 0.52 |
| Hex | 77 | 4D | BC | 25 | 3B | 0 | 1A | 107 | 2D | 34 |
| Octal | 167 | 115 | 274 | 45 | 73 | 0 | 32 | 407 | 55 | 64 |
| Binary | 1110111 | 1001101 | 10111100 | 100101 | 111011 | 0 | 11010 | 100000111 | 101101 | 110100 |
Color Harmonies of #774DBC
Complementary color
Monochromatic Colors of #774DBC
Black with #774DBC
Text Example
Text Example
White with #774DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774DBC; }
p { color: rgb(119,77,188); }
H1.HeaderClassName
{
color: #774DBC;
}
.AnyTagClassName
{
color: #774DBC;
}
</style>
background-color css
<style>
a { background-color: #774DBC; }
a { background-color: rgb(119,77,188); }
div.DivClassName
{
background-color: #774DBC;
}
.BgClassName
{
background-color: #774DBC;
}
</style>
border-color css
<style>
span { border-color: #774DBC; }
span { border-color: rgb(119,77,188); }
td.TdClassName
{
border-color: #774DBC;
}
.TagClassName
{
border-color: #774DBC;
}
</style>