Shades of Blue Marguerite #785BBA
Tints of Blue Marguerite #785BBA
RGB
CMYK
RGB Variations
Color information
#785BBA (or 0x785BBA) is known color: Blue Marguerite. HEX triplet: 78, 5B and BA. RGB value is (120,91,186). Sum of RGB (Red+Green+Blue) = 120+91+186=397 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.23% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #785BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785BBA is #87A445. Grayscale: #6E6E6E. Windows color (decimal): -8889414 or 12213112. OLE color: 12213112.
HSL color Cylindrical-coordinate representation of color #785BBA: hue angle of 258.32º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #785BBA is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 91 | 186 | - |
| CMYK | 0.35 | 0.51 | 0 | 0.27 |
| HSL | 258.32º | 0.41% | 0.54% | - |
| HSV(B) | 258.32º | 0.51% | 0.73% | - |
| XYZ | 20.35 | 15.02 | 48.28 | - |
| YUV | 110.5 | 170.61 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 91 | 186 | 0.35 | 0.51 | 0 | 0.27 | 258.32 | 0.41 | 0.54 |
| Hex | 78 | 5B | BA | 23 | 33 | 0 | 1B | 102 | 29 | 36 |
| Octal | 170 | 133 | 272 | 43 | 63 | 0 | 33 | 402 | 51 | 66 |
| Binary | 1111000 | 1011011 | 10111010 | 100011 | 110011 | 0 | 11011 | 100000010 | 101001 | 110110 |
Color Harmonies of #785BBA
Complementary color
Monochromatic Colors of #785BBA
Black with #785BBA
Text Example
Text Example
White with #785BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785BBA; }
p { color: rgb(120,91,186); }
H1.HeaderClassName
{
color: #785BBA;
}
.AnyTagClassName
{
color: #785BBA;
}
</style>
background-color css
<style>
a { background-color: #785BBA; }
a { background-color: rgb(120,91,186); }
div.DivClassName
{
background-color: #785BBA;
}
.BgClassName
{
background-color: #785BBA;
}
</style>
border-color css
<style>
span { border-color: #785BBA; }
span { border-color: rgb(120,91,186); }
td.TdClassName
{
border-color: #785BBA;
}
.TagClassName
{
border-color: #785BBA;
}
</style>