Shades of Blue Marguerite #7859B5
Tints of Blue Marguerite #7859B5
RGB
CMYK
RGB Variations
Color information
#7859B5 (or 0x7859B5) is known color: Blue Marguerite. HEX triplet: 78, 59 and B5. RGB value is (120,89,181). Sum of RGB (Red+Green+Blue) = 120+89+181=390 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.77% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 181 (71.09% from 255 or 46.41% from 390); Max value from RGB is 181 - color contains mainly: blue. Hex color #7859B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7859B5 is #87A64A. Grayscale: #6C6C6C. Windows color (decimal): -8889931 or 11884920. OLE color: 11884920.
HSL color Cylindrical-coordinate representation of color #7859B5: hue angle of 260.22º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7859B5 is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 120 | 89 | 181 | - |
| CMYK | 0.34 | 0.51 | 0 | 0.29 |
| HSL | 260.22º | 0.38% | 0.53% | - |
| HSV(B) | 260.22º | 0.51% | 0.71% | - |
| XYZ | 19.66 | 14.47 | 45.47 | - |
| YUV | 108.76 | 168.77 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 89 | 181 | 0.34 | 0.51 | 0 | 0.29 | 260.22 | 0.38 | 0.53 |
| Hex | 78 | 59 | B5 | 22 | 33 | 0 | 1D | 104 | 26 | 35 |
| Octal | 170 | 131 | 265 | 42 | 63 | 0 | 35 | 404 | 46 | 65 |
| Binary | 1111000 | 1011001 | 10110101 | 100010 | 110011 | 0 | 11101 | 100000100 | 100110 | 110101 |
Color Harmonies of #7859B5
Complementary color
Monochromatic Colors of #7859B5
Black with #7859B5
Text Example
Text Example
White with #7859B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7859B5; }
p { color: rgb(120,89,181); }
H1.HeaderClassName
{
color: #7859B5;
}
.AnyTagClassName
{
color: #7859B5;
}
</style>
background-color css
<style>
a { background-color: #7859B5; }
a { background-color: rgb(120,89,181); }
div.DivClassName
{
background-color: #7859B5;
}
.BgClassName
{
background-color: #7859B5;
}
</style>
border-color css
<style>
span { border-color: #7859B5; }
span { border-color: rgb(120,89,181); }
td.TdClassName
{
border-color: #7859B5;
}
.TagClassName
{
border-color: #7859B5;
}
</style>