Shades of Blue Marguerite #775EC0
Tints of Blue Marguerite #775EC0
RGB
CMYK
RGB Variations
Color information
#775EC0 (or 0x775EC0) is known color: Blue Marguerite. HEX triplet: 77, 5E and C0. RGB value is (119,94,192). Sum of RGB (Red+Green+Blue) = 119+94+192=405 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.38% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 192 (75.39% from 255 or 47.41% from 405); Max value from RGB is 192 - color contains mainly: blue. Hex color #775EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775EC0 is #88A13F. Grayscale: #707070. Windows color (decimal): -8954176 or 12607095. OLE color: 12607095.
HSL color Cylindrical-coordinate representation of color #775EC0: hue angle of 255.31º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #775EC0 is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 94 | 192 | - |
| CMYK | 0.38 | 0.51 | 0 | 0.25 |
| HSL | 255.31º | 0.44% | 0.56% | - |
| HSV(B) | 255.31º | 0.51% | 0.75% | - |
| XYZ | 21.12 | 15.73 | 51.79 | - |
| YUV | 112.65 | 172.78 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 94 | 192 | 0.38 | 0.51 | 0 | 0.25 | 255.31 | 0.44 | 0.56 |
| Hex | 77 | 5E | C0 | 26 | 33 | 0 | 19 | FF | 2C | 38 |
| Octal | 167 | 136 | 300 | 46 | 63 | 0 | 31 | 377 | 54 | 70 |
| Binary | 1110111 | 1011110 | 11000000 | 100110 | 110011 | 0 | 11001 | 11111111 | 101100 | 111000 |
Color Harmonies of #775EC0
Complementary color
Monochromatic Colors of #775EC0
Black with #775EC0
Text Example
Text Example
White with #775EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775EC0; }
p { color: rgb(119,94,192); }
H1.HeaderClassName
{
color: #775EC0;
}
.AnyTagClassName
{
color: #775EC0;
}
</style>
background-color css
<style>
a { background-color: #775EC0; }
a { background-color: rgb(119,94,192); }
div.DivClassName
{
background-color: #775EC0;
}
.BgClassName
{
background-color: #775EC0;
}
</style>
border-color css
<style>
span { border-color: #775EC0; }
span { border-color: rgb(119,94,192); }
td.TdClassName
{
border-color: #775EC0;
}
.TagClassName
{
border-color: #775EC0;
}
</style>