Shades of Blue Marguerite #785AC0
Tints of Blue Marguerite #785AC0
RGB
CMYK
RGB Variations
Color information
#785AC0 (or 0x785AC0) is known color: Blue Marguerite. HEX triplet: 78, 5A and C0. RGB value is (120,90,192). Sum of RGB (Red+Green+Blue) = 120+90+192=402 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.85% from 402); Green value is 90 (35.55% from 255 or 22.39% from 402); Blue value is 192 (75.39% from 255 or 47.76% from 402); Max value from RGB is 192 - color contains mainly: blue. Hex color #785AC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785AC0 is #87A53F. Grayscale: #6E6E6E. Windows color (decimal): -8889664 or 12606072. OLE color: 12606072.
HSL color Cylindrical-coordinate representation of color #785AC0: hue angle of 257.65º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #785AC0 is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 90 | 192 | - |
| CMYK | 0.38 | 0.53 | 0 | 0.25 |
| HSL | 257.65º | 0.45% | 0.55% | - |
| HSV(B) | 257.65º | 0.53% | 0.75% | - |
| XYZ | 20.92 | 15.11 | 51.68 | - |
| YUV | 110.6 | 173.94 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 90 | 192 | 0.38 | 0.53 | 0 | 0.25 | 257.65 | 0.45 | 0.55 |
| Hex | 78 | 5A | C0 | 26 | 35 | 0 | 19 | 102 | 2D | 37 |
| Octal | 170 | 132 | 300 | 46 | 65 | 0 | 31 | 402 | 55 | 67 |
| Binary | 1111000 | 1011010 | 11000000 | 100110 | 110101 | 0 | 11001 | 100000010 | 101101 | 110111 |
Color Harmonies of #785AC0
Complementary color
Monochromatic Colors of #785AC0
Black with #785AC0
Text Example
Text Example
White with #785AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785AC0; }
p { color: rgb(120,90,192); }
H1.HeaderClassName
{
color: #785AC0;
}
.AnyTagClassName
{
color: #785AC0;
}
</style>
background-color css
<style>
a { background-color: #785AC0; }
a { background-color: rgb(120,90,192); }
div.DivClassName
{
background-color: #785AC0;
}
.BgClassName
{
background-color: #785AC0;
}
</style>
border-color css
<style>
span { border-color: #785AC0; }
span { border-color: rgb(120,90,192); }
td.TdClassName
{
border-color: #785AC0;
}
.TagClassName
{
border-color: #785AC0;
}
</style>