Shades of Blue Marguerite #7851B9
Tints of Blue Marguerite #7851B9
RGB
CMYK
RGB Variations
Color information
#7851B9 (or 0x7851B9) is known color: Blue Marguerite. HEX triplet: 78, 51 and B9. RGB value is (120,81,185). Sum of RGB (Red+Green+Blue) = 120+81+185=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 185 (72.66% from 255 or 47.93% from 386); Max value from RGB is 185 - color contains mainly: blue. Hex color #7851B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7851B9 is #87AE46. Grayscale: #686868. Windows color (decimal): -8891975 or 12145016. OLE color: 12145016.
HSL color Cylindrical-coordinate representation of color #7851B9: hue angle of 262.5º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7851B9 is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 81 | 185 | - |
| CMYK | 0.35 | 0.56 | 0 | 0.27 |
| HSL | 262.5º | 0.43% | 0.52% | - |
| HSV(B) | 262.5º | 0.56% | 0.73% | - |
| XYZ | 19.45 | 13.38 | 47.46 | - |
| YUV | 104.52 | 173.42 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 81 | 185 | 0.35 | 0.56 | 0 | 0.27 | 262.5 | 0.43 | 0.52 |
| Hex | 78 | 51 | B9 | 23 | 38 | 0 | 1B | 106 | 2B | 34 |
| Octal | 170 | 121 | 271 | 43 | 70 | 0 | 33 | 406 | 53 | 64 |
| Binary | 1111000 | 1010001 | 10111001 | 100011 | 111000 | 0 | 11011 | 100000110 | 101011 | 110100 |
Color Harmonies of #7851B9
Complementary color
Monochromatic Colors of #7851B9
Black with #7851B9
Text Example
Text Example
White with #7851B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7851B9; }
p { color: rgb(120,81,185); }
H1.HeaderClassName
{
color: #7851B9;
}
.AnyTagClassName
{
color: #7851B9;
}
</style>
background-color css
<style>
a { background-color: #7851B9; }
a { background-color: rgb(120,81,185); }
div.DivClassName
{
background-color: #7851B9;
}
.BgClassName
{
background-color: #7851B9;
}
</style>
border-color css
<style>
span { border-color: #7851B9; }
span { border-color: rgb(120,81,185); }
td.TdClassName
{
border-color: #7851B9;
}
.TagClassName
{
border-color: #7851B9;
}
</style>