Shades of Blue Marguerite #774EC0
Tints of Blue Marguerite #774EC0
RGB
CMYK
RGB Variations
Color information
#774EC0 (or 0x774EC0) is known color: Blue Marguerite. HEX triplet: 77, 4E and C0. RGB value is (119,78,192). Sum of RGB (Red+Green+Blue) = 119+78+192=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 78 (30.86% from 255 or 20.05% from 389); Blue value is 192 (75.39% from 255 or 49.36% from 389); Max value from RGB is 192 - color contains mainly: blue. Hex color #774EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774EC0 is #88B13F. Grayscale: #666666. Windows color (decimal): -8958272 or 12602999. OLE color: 12602999.
HSL color Cylindrical-coordinate representation of color #774EC0: hue angle of 261.58º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #774EC0 is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 78 | 192 | - |
| CMYK | 0.38 | 0.59 | 0 | 0.25 |
| HSL | 261.58º | 0.48% | 0.53% | - |
| HSV(B) | 261.58º | 0.59% | 0.75% | - |
| XYZ | 19.85 | 13.18 | 51.37 | - |
| YUV | 103.26 | 178.08 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 78 | 192 | 0.38 | 0.59 | 0 | 0.25 | 261.58 | 0.48 | 0.53 |
| Hex | 77 | 4E | C0 | 26 | 3B | 0 | 19 | 106 | 30 | 35 |
| Octal | 167 | 116 | 300 | 46 | 73 | 0 | 31 | 406 | 60 | 65 |
| Binary | 1110111 | 1001110 | 11000000 | 100110 | 111011 | 0 | 11001 | 100000110 | 110000 | 110101 |
Color Harmonies of #774EC0
Complementary color
Monochromatic Colors of #774EC0
Black with #774EC0
Text Example
Text Example
White with #774EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774EC0; }
p { color: rgb(119,78,192); }
H1.HeaderClassName
{
color: #774EC0;
}
.AnyTagClassName
{
color: #774EC0;
}
</style>
background-color css
<style>
a { background-color: #774EC0; }
a { background-color: rgb(119,78,192); }
div.DivClassName
{
background-color: #774EC0;
}
.BgClassName
{
background-color: #774EC0;
}
</style>
border-color css
<style>
span { border-color: #774EC0; }
span { border-color: rgb(119,78,192); }
td.TdClassName
{
border-color: #774EC0;
}
.TagClassName
{
border-color: #774EC0;
}
</style>