Shades of Blue Marguerite #7855BD
Tints of Blue Marguerite #7855BD
RGB
CMYK
RGB Variations
Color information
#7855BD (or 0x7855BD) is known color: Blue Marguerite. HEX triplet: 78, 55 and BD. RGB value is (120,85,189). Sum of RGB (Red+Green+Blue) = 120+85+189=394 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.46% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #7855BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7855BD is #87AA42. Grayscale: #6A6A6A. Windows color (decimal): -8890947 or 12408184. OLE color: 12408184.
HSL color Cylindrical-coordinate representation of color #7855BD: hue angle of 260.19º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7855BD is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 85 | 189 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.26 |
| HSL | 260.19º | 0.44% | 0.54% | - |
| HSV(B) | 260.19º | 0.55% | 0.74% | - |
| XYZ | 20.18 | 14.16 | 49.81 | - |
| YUV | 107.32 | 174.1 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 85 | 189 | 0.37 | 0.55 | 0 | 0.26 | 260.19 | 0.44 | 0.54 |
| Hex | 78 | 55 | BD | 25 | 37 | 0 | 1A | 104 | 2C | 36 |
| Octal | 170 | 125 | 275 | 45 | 67 | 0 | 32 | 404 | 54 | 66 |
| Binary | 1111000 | 1010101 | 10111101 | 100101 | 110111 | 0 | 11010 | 100000100 | 101100 | 110110 |
Color Harmonies of #7855BD
Complementary color
Monochromatic Colors of #7855BD
Black with #7855BD
Text Example
Text Example
White with #7855BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7855BD; }
p { color: rgb(120,85,189); }
H1.HeaderClassName
{
color: #7855BD;
}
.AnyTagClassName
{
color: #7855BD;
}
</style>
background-color css
<style>
a { background-color: #7855BD; }
a { background-color: rgb(120,85,189); }
div.DivClassName
{
background-color: #7855BD;
}
.BgClassName
{
background-color: #7855BD;
}
</style>
border-color css
<style>
span { border-color: #7855BD; }
span { border-color: rgb(120,85,189); }
td.TdClassName
{
border-color: #7855BD;
}
.TagClassName
{
border-color: #7855BD;
}
</style>