Shades of Blue Marguerite #7861BC
Tints of Blue Marguerite #7861BC
RGB
CMYK
RGB Variations
Color information
#7861BC (or 0x7861BC) is known color: Blue Marguerite. HEX triplet: 78, 61 and BC. RGB value is (120,97,188). Sum of RGB (Red+Green+Blue) = 120+97+188=405 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.63% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #7861BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7861BC is #879E43. Grayscale: #717171. Windows color (decimal): -8887876 or 12345720. OLE color: 12345720.
HSL color Cylindrical-coordinate representation of color #7861BC: hue angle of 255.16º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7861BC is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 97 | 188 | - |
| CMYK | 0.36 | 0.48 | 0 | 0.26 |
| HSL | 255.16º | 0.4% | 0.56% | - |
| HSV(B) | 255.16º | 0.48% | 0.74% | - |
| XYZ | 21.1 | 16.17 | 49.59 | - |
| YUV | 114.25 | 169.62 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 97 | 188 | 0.36 | 0.48 | 0 | 0.26 | 255.16 | 0.4 | 0.56 |
| Hex | 78 | 61 | BC | 24 | 30 | 0 | 1A | FF | 28 | 38 |
| Octal | 170 | 141 | 274 | 44 | 60 | 0 | 32 | 377 | 50 | 70 |
| Binary | 1111000 | 1100001 | 10111100 | 100100 | 110000 | 0 | 11010 | 11111111 | 101000 | 111000 |
Color Harmonies of #7861BC
Complementary color
Monochromatic Colors of #7861BC
Black with #7861BC
Text Example
Text Example
White with #7861BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7861BC; }
p { color: rgb(120,97,188); }
H1.HeaderClassName
{
color: #7861BC;
}
.AnyTagClassName
{
color: #7861BC;
}
</style>
background-color css
<style>
a { background-color: #7861BC; }
a { background-color: rgb(120,97,188); }
div.DivClassName
{
background-color: #7861BC;
}
.BgClassName
{
background-color: #7861BC;
}
</style>
border-color css
<style>
span { border-color: #7861BC; }
span { border-color: rgb(120,97,188); }
td.TdClassName
{
border-color: #7861BC;
}
.TagClassName
{
border-color: #7861BC;
}
</style>