Shades of Blue Marguerite #7851BD
Tints of Blue Marguerite #7851BD
RGB
CMYK
RGB Variations
Color information
#7851BD (or 0x7851BD) is known color: Blue Marguerite. HEX triplet: 78, 51 and BD. RGB value is (120,81,189). Sum of RGB (Red+Green+Blue) = 120+81+189=390 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.77% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #7851BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7851BD is #87AE42. Grayscale: #686868. Windows color (decimal): -8891971 or 12407160. OLE color: 12407160.
HSL color Cylindrical-coordinate representation of color #7851BD: hue angle of 261.67º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7851BD is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 81 | 189 | - |
| CMYK | 0.37 | 0.57 | 0 | 0.26 |
| HSL | 261.67º | 0.45% | 0.53% | - |
| HSV(B) | 261.67º | 0.57% | 0.74% | - |
| XYZ | 19.87 | 13.55 | 49.71 | - |
| YUV | 104.97 | 175.42 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 81 | 189 | 0.37 | 0.57 | 0 | 0.26 | 261.67 | 0.45 | 0.53 |
| Hex | 78 | 51 | BD | 25 | 39 | 0 | 1A | 106 | 2D | 35 |
| Octal | 170 | 121 | 275 | 45 | 71 | 0 | 32 | 406 | 55 | 65 |
| Binary | 1111000 | 1010001 | 10111101 | 100101 | 111001 | 0 | 11010 | 100000110 | 101101 | 110101 |
Color Harmonies of #7851BD
Complementary color
Monochromatic Colors of #7851BD
Black with #7851BD
Text Example
Text Example
White with #7851BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7851BD; }
p { color: rgb(120,81,189); }
H1.HeaderClassName
{
color: #7851BD;
}
.AnyTagClassName
{
color: #7851BD;
}
</style>
background-color css
<style>
a { background-color: #7851BD; }
a { background-color: rgb(120,81,189); }
div.DivClassName
{
background-color: #7851BD;
}
.BgClassName
{
background-color: #7851BD;
}
</style>
border-color css
<style>
span { border-color: #7851BD; }
span { border-color: rgb(120,81,189); }
td.TdClassName
{
border-color: #7851BD;
}
.TagClassName
{
border-color: #7851BD;
}
</style>