Shades of Blue Marguerite #775DC0
Tints of Blue Marguerite #775DC0
RGB
CMYK
RGB Variations
Color information
#775DC0 (or 0x775DC0) is known color: Blue Marguerite. HEX triplet: 77, 5D and C0. RGB value is (119,93,192). Sum of RGB (Red+Green+Blue) = 119+93+192=404 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.46% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 192 (75.39% from 255 or 47.52% from 404); Max value from RGB is 192 - color contains mainly: blue. Hex color #775DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775DC0 is #88A23F. Grayscale: #6F6F6F. Windows color (decimal): -8954432 or 12606839. OLE color: 12606839.
HSL color Cylindrical-coordinate representation of color #775DC0: hue angle of 255.76º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #775DC0 is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 93 | 192 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.25 |
| HSL | 255.76º | 0.44% | 0.56% | - |
| HSV(B) | 255.76º | 0.52% | 0.75% | - |
| XYZ | 21.04 | 15.56 | 51.76 | - |
| YUV | 112.06 | 173.11 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 93 | 192 | 0.38 | 0.52 | 0 | 0.25 | 255.76 | 0.44 | 0.56 |
| Hex | 77 | 5D | C0 | 26 | 34 | 0 | 19 | 100 | 2C | 38 |
| Octal | 167 | 135 | 300 | 46 | 64 | 0 | 31 | 400 | 54 | 70 |
| Binary | 1110111 | 1011101 | 11000000 | 100110 | 110100 | 0 | 11001 | 100000000 | 101100 | 111000 |
Color Harmonies of #775DC0
Complementary color
Monochromatic Colors of #775DC0
Black with #775DC0
Text Example
Text Example
White with #775DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775DC0; }
p { color: rgb(119,93,192); }
H1.HeaderClassName
{
color: #775DC0;
}
.AnyTagClassName
{
color: #775DC0;
}
</style>
background-color css
<style>
a { background-color: #775DC0; }
a { background-color: rgb(119,93,192); }
div.DivClassName
{
background-color: #775DC0;
}
.BgClassName
{
background-color: #775DC0;
}
</style>
border-color css
<style>
span { border-color: #775DC0; }
span { border-color: rgb(119,93,192); }
td.TdClassName
{
border-color: #775DC0;
}
.TagClassName
{
border-color: #775DC0;
}
</style>