Shades of Blue Marguerite #7852BA
Tints of Blue Marguerite #7852BA
RGB
CMYK
RGB Variations
Color information
#7852BA (or 0x7852BA) is known color: Blue Marguerite. HEX triplet: 78, 52 and BA. RGB value is (120,82,186). Sum of RGB (Red+Green+Blue) = 120+82+186=388 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.93% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #7852BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7852BA is #87AD45. Grayscale: #686868. Windows color (decimal): -8891718 or 12210808. OLE color: 12210808.
HSL color Cylindrical-coordinate representation of color #7852BA: hue angle of 261.92º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7852BA is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 82 | 186 | - |
| CMYK | 0.35 | 0.56 | 0 | 0.27 |
| HSL | 261.92º | 0.43% | 0.53% | - |
| HSV(B) | 261.92º | 0.56% | 0.73% | - |
| XYZ | 19.63 | 13.57 | 48.04 | - |
| YUV | 105.22 | 173.59 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 82 | 186 | 0.35 | 0.56 | 0 | 0.27 | 261.92 | 0.43 | 0.53 |
| Hex | 78 | 52 | BA | 23 | 38 | 0 | 1B | 106 | 2B | 35 |
| Octal | 170 | 122 | 272 | 43 | 70 | 0 | 33 | 406 | 53 | 65 |
| Binary | 1111000 | 1010010 | 10111010 | 100011 | 111000 | 0 | 11011 | 100000110 | 101011 | 110101 |
Color Harmonies of #7852BA
Complementary color
Monochromatic Colors of #7852BA
Black with #7852BA
Text Example
Text Example
White with #7852BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7852BA; }
p { color: rgb(120,82,186); }
H1.HeaderClassName
{
color: #7852BA;
}
.AnyTagClassName
{
color: #7852BA;
}
</style>
background-color css
<style>
a { background-color: #7852BA; }
a { background-color: rgb(120,82,186); }
div.DivClassName
{
background-color: #7852BA;
}
.BgClassName
{
background-color: #7852BA;
}
</style>
border-color css
<style>
span { border-color: #7852BA; }
span { border-color: rgb(120,82,186); }
td.TdClassName
{
border-color: #7852BA;
}
.TagClassName
{
border-color: #7852BA;
}
</style>