Shades of Blue Marguerite #7855B8
Tints of Blue Marguerite #7855B8
RGB
CMYK
RGB Variations
Color information
#7855B8 (or 0x7855B8) is known color: Blue Marguerite. HEX triplet: 78, 55 and B8. RGB value is (120,85,184). Sum of RGB (Red+Green+Blue) = 120+85+184=389 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.85% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 184 (72.27% from 255 or 47.30% from 389); Max value from RGB is 184 - color contains mainly: blue. Hex color #7855B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7855B8 is #87AA47. Grayscale: #6A6A6A. Windows color (decimal): -8890952 or 12080504. OLE color: 12080504.
HSL color Cylindrical-coordinate representation of color #7855B8: hue angle of 261.21º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7855B8 is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 120 | 85 | 184 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.28 |
| HSL | 261.21º | 0.41% | 0.53% | - |
| HSV(B) | 261.21º | 0.54% | 0.72% | - |
| XYZ | 19.65 | 13.95 | 47 | - |
| YUV | 106.75 | 171.6 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 85 | 184 | 0.35 | 0.54 | 0 | 0.28 | 261.21 | 0.41 | 0.53 |
| Hex | 78 | 55 | B8 | 23 | 36 | 0 | 1C | 105 | 29 | 35 |
| Octal | 170 | 125 | 270 | 43 | 66 | 0 | 34 | 405 | 51 | 65 |
| Binary | 1111000 | 1010101 | 10111000 | 100011 | 110110 | 0 | 11100 | 100000101 | 101001 | 110101 |
Color Harmonies of #7855B8
Complementary color
Monochromatic Colors of #7855B8
Black with #7855B8
Text Example
Text Example
White with #7855B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7855B8; }
p { color: rgb(120,85,184); }
H1.HeaderClassName
{
color: #7855B8;
}
.AnyTagClassName
{
color: #7855B8;
}
</style>
background-color css
<style>
a { background-color: #7855B8; }
a { background-color: rgb(120,85,184); }
div.DivClassName
{
background-color: #7855B8;
}
.BgClassName
{
background-color: #7855B8;
}
</style>
border-color css
<style>
span { border-color: #7855B8; }
span { border-color: rgb(120,85,184); }
td.TdClassName
{
border-color: #7855B8;
}
.TagClassName
{
border-color: #7855B8;
}
</style>