Shades of Blue Marguerite #774AC0
Tints of Blue Marguerite #774AC0
RGB
CMYK
RGB Variations
Color information
#774AC0 (or 0x774AC0) is known color: Blue Marguerite. HEX triplet: 77, 4A and C0. RGB value is (119,74,192). Sum of RGB (Red+Green+Blue) = 119+74+192=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 192 (75.39% from 255 or 49.87% from 385); Max value from RGB is 192 - color contains mainly: blue. Hex color #774AC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774AC0 is #88B53F. Grayscale: #646464. Windows color (decimal): -8959296 or 12601975. OLE color: 12601975.
HSL color Cylindrical-coordinate representation of color #774AC0: hue angle of 262.88º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #774AC0 is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 74 | 192 | - |
| CMYK | 0.38 | 0.61 | 0 | 0.25 |
| HSL | 262.88º | 0.48% | 0.52% | - |
| HSV(B) | 262.88º | 0.61% | 0.75% | - |
| XYZ | 19.57 | 12.63 | 51.27 | - |
| YUV | 100.91 | 179.41 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 74 | 192 | 0.38 | 0.61 | 0 | 0.25 | 262.88 | 0.48 | 0.52 |
| Hex | 77 | 4A | C0 | 26 | 3D | 0 | 19 | 107 | 30 | 34 |
| Octal | 167 | 112 | 300 | 46 | 75 | 0 | 31 | 407 | 60 | 64 |
| Binary | 1110111 | 1001010 | 11000000 | 100110 | 111101 | 0 | 11001 | 100000111 | 110000 | 110100 |
Color Harmonies of #774AC0
Complementary color
Monochromatic Colors of #774AC0
Black with #774AC0
Text Example
Text Example
White with #774AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774AC0; }
p { color: rgb(119,74,192); }
H1.HeaderClassName
{
color: #774AC0;
}
.AnyTagClassName
{
color: #774AC0;
}
</style>
background-color css
<style>
a { background-color: #774AC0; }
a { background-color: rgb(119,74,192); }
div.DivClassName
{
background-color: #774AC0;
}
.BgClassName
{
background-color: #774AC0;
}
</style>
border-color css
<style>
span { border-color: #774AC0; }
span { border-color: rgb(119,74,192); }
td.TdClassName
{
border-color: #774AC0;
}
.TagClassName
{
border-color: #774AC0;
}
</style>