Shades of Blue Marguerite #785DB9
Tints of Blue Marguerite #785DB9
RGB
CMYK
RGB Variations
Color information
#785DB9 (or 0x785DB9) is known color: Blue Marguerite. HEX triplet: 78, 5D and B9. RGB value is (120,93,185). Sum of RGB (Red+Green+Blue) = 120+93+185=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 185 (72.66% from 255 or 46.48% from 398); Max value from RGB is 185 - color contains mainly: blue. Hex color #785DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785DB9 is #87A246. Grayscale: #6F6F6F. Windows color (decimal): -8888903 or 12148088. OLE color: 12148088.
HSL color Cylindrical-coordinate representation of color #785DB9: hue angle of 257.61º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #785DB9 is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 93 | 185 | - |
| CMYK | 0.35 | 0.50 | 0 | 0.27 |
| HSL | 257.61º | 0.4% | 0.55% | - |
| HSV(B) | 257.61º | 0.5% | 0.73% | - |
| XYZ | 20.42 | 15.32 | 47.78 | - |
| YUV | 111.56 | 169.45 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 93 | 185 | 0.35 | 0.50 | 0 | 0.27 | 257.61 | 0.4 | 0.55 |
| Hex | 78 | 5D | B9 | 23 | 32 | 0 | 1B | 102 | 28 | 37 |
| Octal | 170 | 135 | 271 | 43 | 62 | 0 | 33 | 402 | 50 | 67 |
| Binary | 1111000 | 1011101 | 10111001 | 100011 | 110010 | 0 | 11011 | 100000010 | 101000 | 110111 |
Color Harmonies of #785DB9
Complementary color
Monochromatic Colors of #785DB9
Black with #785DB9
Text Example
Text Example
White with #785DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785DB9; }
p { color: rgb(120,93,185); }
H1.HeaderClassName
{
color: #785DB9;
}
.AnyTagClassName
{
color: #785DB9;
}
</style>
background-color css
<style>
a { background-color: #785DB9; }
a { background-color: rgb(120,93,185); }
div.DivClassName
{
background-color: #785DB9;
}
.BgClassName
{
background-color: #785DB9;
}
</style>
border-color css
<style>
span { border-color: #785DB9; }
span { border-color: rgb(120,93,185); }
td.TdClassName
{
border-color: #785DB9;
}
.TagClassName
{
border-color: #785DB9;
}
</style>