Shades of Blue Marguerite #774FC0
Tints of Blue Marguerite #774FC0
RGB
CMYK
RGB Variations
Color information
#774FC0 (or 0x774FC0) is known color: Blue Marguerite. HEX triplet: 77, 4F and C0. RGB value is (119,79,192). Sum of RGB (Red+Green+Blue) = 119+79+192=390 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.51% from 390); Green value is 79 (31.25% from 255 or 20.26% from 390); Blue value is 192 (75.39% from 255 or 49.23% from 390); Max value from RGB is 192 - color contains mainly: blue. Hex color #774FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774FC0 is #88B03F. Grayscale: #676767. Windows color (decimal): -8958016 or 12603255. OLE color: 12603255.
HSL color Cylindrical-coordinate representation of color #774FC0: hue angle of 261.24º 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 #774FC0 is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 79 | 192 | - |
| CMYK | 0.38 | 0.59 | 0 | 0.25 |
| HSL | 261.24º | 0.47% | 0.53% | - |
| HSV(B) | 261.24º | 0.59% | 0.75% | - |
| XYZ | 19.92 | 13.32 | 51.39 | - |
| YUV | 103.84 | 177.75 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 79 | 192 | 0.38 | 0.59 | 0 | 0.25 | 261.24 | 0.47 | 0.53 |
| Hex | 77 | 4F | C0 | 26 | 3B | 0 | 19 | 105 | 2F | 35 |
| Octal | 167 | 117 | 300 | 46 | 73 | 0 | 31 | 405 | 57 | 65 |
| Binary | 1110111 | 1001111 | 11000000 | 100110 | 111011 | 0 | 11001 | 100000101 | 101111 | 110101 |
Color Harmonies of #774FC0
Complementary color
Monochromatic Colors of #774FC0
Black with #774FC0
Text Example
Text Example
White with #774FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774FC0; }
p { color: rgb(119,79,192); }
H1.HeaderClassName
{
color: #774FC0;
}
.AnyTagClassName
{
color: #774FC0;
}
</style>
background-color css
<style>
a { background-color: #774FC0; }
a { background-color: rgb(119,79,192); }
div.DivClassName
{
background-color: #774FC0;
}
.BgClassName
{
background-color: #774FC0;
}
</style>
border-color css
<style>
span { border-color: #774FC0; }
span { border-color: rgb(119,79,192); }
td.TdClassName
{
border-color: #774FC0;
}
.TagClassName
{
border-color: #774FC0;
}
</style>