Shades of Blue Marguerite #7854BD
Tints of Blue Marguerite #7854BD
RGB
CMYK
RGB Variations
Color information
#7854BD (or 0x7854BD) is known color: Blue Marguerite. HEX triplet: 78, 54 and BD. RGB value is (120,84,189). Sum of RGB (Red+Green+Blue) = 120+84+189=393 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.53% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #7854BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7854BD is #87AB42. Grayscale: #6A6A6A. Windows color (decimal): -8891203 or 12407928. OLE color: 12407928.
HSL color Cylindrical-coordinate representation of color #7854BD: hue angle of 260.57º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7854BD is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 84 | 189 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.26 |
| HSL | 260.57º | 0.44% | 0.54% | - |
| HSV(B) | 260.57º | 0.56% | 0.74% | - |
| XYZ | 20.1 | 14.01 | 49.79 | - |
| YUV | 106.73 | 174.43 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 84 | 189 | 0.37 | 0.56 | 0 | 0.26 | 260.57 | 0.44 | 0.54 |
| Hex | 78 | 54 | BD | 25 | 38 | 0 | 1A | 105 | 2C | 36 |
| Octal | 170 | 124 | 275 | 45 | 70 | 0 | 32 | 405 | 54 | 66 |
| Binary | 1111000 | 1010100 | 10111101 | 100101 | 111000 | 0 | 11010 | 100000101 | 101100 | 110110 |
Color Harmonies of #7854BD
Complementary color
Monochromatic Colors of #7854BD
Black with #7854BD
Text Example
Text Example
White with #7854BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7854BD; }
p { color: rgb(120,84,189); }
H1.HeaderClassName
{
color: #7854BD;
}
.AnyTagClassName
{
color: #7854BD;
}
</style>
background-color css
<style>
a { background-color: #7854BD; }
a { background-color: rgb(120,84,189); }
div.DivClassName
{
background-color: #7854BD;
}
.BgClassName
{
background-color: #7854BD;
}
</style>
border-color css
<style>
span { border-color: #7854BD; }
span { border-color: rgb(120,84,189); }
td.TdClassName
{
border-color: #7854BD;
}
.TagClassName
{
border-color: #7854BD;
}
</style>