Shades of Blue Marguerite #7858BA
Tints of Blue Marguerite #7858BA
RGB
CMYK
RGB Variations
Color information
#7858BA (or 0x7858BA) is known color: Blue Marguerite. HEX triplet: 78, 58 and BA. RGB value is (120,88,186). Sum of RGB (Red+Green+Blue) = 120+88+186=394 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.46% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #7858BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7858BA is #87A745. Grayscale: #6C6C6C. Windows color (decimal): -8890182 or 12212344. OLE color: 12212344.
HSL color Cylindrical-coordinate representation of color #7858BA: hue angle of 259.59º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7858BA is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 88 | 186 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.27 |
| HSL | 259.59º | 0.42% | 0.54% | - |
| HSV(B) | 259.59º | 0.53% | 0.73% | - |
| XYZ | 20.1 | 14.52 | 48.2 | - |
| YUV | 108.74 | 171.6 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 88 | 186 | 0.35 | 0.53 | 0 | 0.27 | 259.59 | 0.42 | 0.54 |
| Hex | 78 | 58 | BA | 23 | 35 | 0 | 1B | 104 | 2A | 36 |
| Octal | 170 | 130 | 272 | 43 | 65 | 0 | 33 | 404 | 52 | 66 |
| Binary | 1111000 | 1011000 | 10111010 | 100011 | 110101 | 0 | 11011 | 100000100 | 101010 | 110110 |
Color Harmonies of #7858BA
Complementary color
Monochromatic Colors of #7858BA
Black with #7858BA
Text Example
Text Example
White with #7858BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7858BA; }
p { color: rgb(120,88,186); }
H1.HeaderClassName
{
color: #7858BA;
}
.AnyTagClassName
{
color: #7858BA;
}
</style>
background-color css
<style>
a { background-color: #7858BA; }
a { background-color: rgb(120,88,186); }
div.DivClassName
{
background-color: #7858BA;
}
.BgClassName
{
background-color: #7858BA;
}
</style>
border-color css
<style>
span { border-color: #7858BA; }
span { border-color: rgb(120,88,186); }
td.TdClassName
{
border-color: #7858BA;
}
.TagClassName
{
border-color: #7858BA;
}
</style>