Shades of Blue Marguerite #785DBA
Tints of Blue Marguerite #785DBA
RGB
CMYK
RGB Variations
Color information
#785DBA (or 0x785DBA) is known color: Blue Marguerite. HEX triplet: 78, 5D and BA. RGB value is (120,93,186). Sum of RGB (Red+Green+Blue) = 120+93+186=399 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.08% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #785DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785DBA is #87A245. Grayscale: #6F6F6F. Windows color (decimal): -8888902 or 12213624. OLE color: 12213624.
HSL color Cylindrical-coordinate representation of color #785DBA: hue angle of 257.42º 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 #785DBA is Cyan = 0.35, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 93 | 186 | - |
| CMYK | 0.35 | 0.5 | 0 | 0.27 |
| HSL | 257.42º | 0.4% | 0.55% | - |
| HSV(B) | 257.42º | 0.5% | 0.73% | - |
| XYZ | 20.52 | 15.37 | 48.34 | - |
| YUV | 111.68 | 169.95 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 93 | 186 | 0.35 | 0.5 | 0 | 0.27 | 257.42 | 0.4 | 0.55 |
| Hex | 78 | 5D | BA | 23 | 32 | 0 | 1B | 101 | 28 | 37 |
| Octal | 170 | 135 | 272 | 43 | 62 | 0 | 33 | 401 | 50 | 67 |
| Binary | 1111000 | 1011101 | 10111010 | 100011 | 110010 | 0 | 11011 | 100000001 | 101000 | 110111 |
Color Harmonies of #785DBA
Complementary color
Monochromatic Colors of #785DBA
Black with #785DBA
Text Example
Text Example
White with #785DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785DBA; }
p { color: rgb(120,93,186); }
H1.HeaderClassName
{
color: #785DBA;
}
.AnyTagClassName
{
color: #785DBA;
}
</style>
background-color css
<style>
a { background-color: #785DBA; }
a { background-color: rgb(120,93,186); }
div.DivClassName
{
background-color: #785DBA;
}
.BgClassName
{
background-color: #785DBA;
}
</style>
border-color css
<style>
span { border-color: #785DBA; }
span { border-color: rgb(120,93,186); }
td.TdClassName
{
border-color: #785DBA;
}
.TagClassName
{
border-color: #785DBA;
}
</style>