Shades of Blue Marguerite #7861B4
Tints of Blue Marguerite #7861B4
RGB
CMYK
RGB Variations
Color information
#7861B4 (or 0x7861B4) is known color: Blue Marguerite. HEX triplet: 78, 61 and B4. RGB value is (120,97,180). Sum of RGB (Red+Green+Blue) = 120+97+180=397 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.23% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 180 (70.70% from 255 or 45.34% from 397); Max value from RGB is 180 - color contains mainly: blue. Hex color #7861B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7861B4 is #879E4B. Grayscale: #717171. Windows color (decimal): -8887884 or 11821432. OLE color: 11821432.
HSL color Cylindrical-coordinate representation of color #7861B4: hue angle of 256.63º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7861B4 is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 120 | 97 | 180 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.29 |
| HSL | 256.63º | 0.36% | 0.54% | - |
| HSV(B) | 256.63º | 0.46% | 0.71% | - |
| XYZ | 20.26 | 15.84 | 45.17 | - |
| YUV | 113.34 | 165.62 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 97 | 180 | 0.33 | 0.46 | 0 | 0.29 | 256.63 | 0.36 | 0.54 |
| Hex | 78 | 61 | B4 | 21 | 2E | 0 | 1D | 101 | 24 | 36 |
| Octal | 170 | 141 | 264 | 41 | 56 | 0 | 35 | 401 | 44 | 66 |
| Binary | 1111000 | 1100001 | 10110100 | 100001 | 101110 | 0 | 11101 | 100000001 | 100100 | 110110 |
Color Harmonies of #7861B4
Complementary color
Monochromatic Colors of #7861B4
Black with #7861B4
Text Example
Text Example
White with #7861B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7861B4; }
p { color: rgb(120,97,180); }
H1.HeaderClassName
{
color: #7861B4;
}
.AnyTagClassName
{
color: #7861B4;
}
</style>
background-color css
<style>
a { background-color: #7861B4; }
a { background-color: rgb(120,97,180); }
div.DivClassName
{
background-color: #7861B4;
}
.BgClassName
{
background-color: #7861B4;
}
</style>
border-color css
<style>
span { border-color: #7861B4; }
span { border-color: rgb(120,97,180); }
td.TdClassName
{
border-color: #7861B4;
}
.TagClassName
{
border-color: #7861B4;
}
</style>