Shades of Blue Marguerite #785ABE
Tints of Blue Marguerite #785ABE
RGB
CMYK
RGB Variations
Color information
#785ABE (or 0x785ABE) is known color: Blue Marguerite. HEX triplet: 78, 5A and BE. RGB value is (120,90,190). Sum of RGB (Red+Green+Blue) = 120+90+190=400 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #785ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785ABE is #87A541. Grayscale: #6E6E6E. Windows color (decimal): -8889666 or 12475000. OLE color: 12475000.
HSL color Cylindrical-coordinate representation of color #785ABE: hue angle of 258º degrees, saturation: 0.43, 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 #785ABE is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 90 | 190 | - |
| CMYK | 0.37 | 0.53 | 0 | 0.25 |
| HSL | 258º | 0.43% | 0.55% | - |
| HSV(B) | 258º | 0.53% | 0.75% | - |
| XYZ | 20.7 | 15.02 | 50.52 | - |
| YUV | 110.37 | 172.94 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 90 | 190 | 0.37 | 0.53 | 0 | 0.25 | 258 | 0.43 | 0.55 |
| Hex | 78 | 5A | BE | 25 | 35 | 0 | 19 | 102 | 2B | 37 |
| Octal | 170 | 132 | 276 | 45 | 65 | 0 | 31 | 402 | 53 | 67 |
| Binary | 1111000 | 1011010 | 10111110 | 100101 | 110101 | 0 | 11001 | 100000010 | 101011 | 110111 |
Color Harmonies of #785ABE
Complementary color
Monochromatic Colors of #785ABE
Black with #785ABE
Text Example
Text Example
White with #785ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785ABE; }
p { color: rgb(120,90,190); }
H1.HeaderClassName
{
color: #785ABE;
}
.AnyTagClassName
{
color: #785ABE;
}
</style>
background-color css
<style>
a { background-color: #785ABE; }
a { background-color: rgb(120,90,190); }
div.DivClassName
{
background-color: #785ABE;
}
.BgClassName
{
background-color: #785ABE;
}
</style>
border-color css
<style>
span { border-color: #785ABE; }
span { border-color: rgb(120,90,190); }
td.TdClassName
{
border-color: #785ABE;
}
.TagClassName
{
border-color: #785ABE;
}
</style>