Shades of Blue Marguerite #785EBC
Tints of Blue Marguerite #785EBC
RGB
CMYK
RGB Variations
Color information
#785EBC (or 0x785EBC) is known color: Blue Marguerite. HEX triplet: 78, 5E and BC. RGB value is (120,94,188). Sum of RGB (Red+Green+Blue) = 120+94+188=402 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.85% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #785EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785EBC is #87A143. Grayscale: #707070. Windows color (decimal): -8888644 or 12344952. OLE color: 12344952.
HSL color Cylindrical-coordinate representation of color #785EBC: hue angle of 256.6º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #785EBC is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 94 | 188 | - |
| CMYK | 0.36 | 0.50 | 0 | 0.26 |
| HSL | 256.6º | 0.41% | 0.55% | - |
| HSV(B) | 256.6º | 0.5% | 0.74% | - |
| XYZ | 20.83 | 15.63 | 49.5 | - |
| YUV | 112.49 | 170.61 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 94 | 188 | 0.36 | 0.50 | 0 | 0.26 | 256.6 | 0.41 | 0.55 |
| Hex | 78 | 5E | BC | 24 | 32 | 0 | 1A | 101 | 29 | 37 |
| Octal | 170 | 136 | 274 | 44 | 62 | 0 | 32 | 401 | 51 | 67 |
| Binary | 1111000 | 1011110 | 10111100 | 100100 | 110010 | 0 | 11010 | 100000001 | 101001 | 110111 |
Color Harmonies of #785EBC
Complementary color
Monochromatic Colors of #785EBC
Black with #785EBC
Text Example
Text Example
White with #785EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785EBC; }
p { color: rgb(120,94,188); }
H1.HeaderClassName
{
color: #785EBC;
}
.AnyTagClassName
{
color: #785EBC;
}
</style>
background-color css
<style>
a { background-color: #785EBC; }
a { background-color: rgb(120,94,188); }
div.DivClassName
{
background-color: #785EBC;
}
.BgClassName
{
background-color: #785EBC;
}
</style>
border-color css
<style>
span { border-color: #785EBC; }
span { border-color: rgb(120,94,188); }
td.TdClassName
{
border-color: #785EBC;
}
.TagClassName
{
border-color: #785EBC;
}
</style>