Shades of Blue Marguerite #7861BF
Tints of Blue Marguerite #7861BF
RGB
CMYK
RGB Variations
Color information
#7861BF (or 0x7861BF) is known color: Blue Marguerite. HEX triplet: 78, 61 and BF. RGB value is (120,97,191). Sum of RGB (Red+Green+Blue) = 120+97+191=408 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.41% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 191 - color contains mainly: blue. Hex color #7861BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7861BF is #879E40. Grayscale: #727272. Windows color (decimal): -8887873 or 12542328. OLE color: 12542328.
HSL color Cylindrical-coordinate representation of color #7861BF: hue angle of 254.68º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7861BF is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 97 | 191 | - |
| CMYK | 0.37 | 0.49 | 0 | 0.25 |
| HSL | 254.68º | 0.42% | 0.56% | - |
| HSV(B) | 254.68º | 0.49% | 0.75% | - |
| XYZ | 21.42 | 16.3 | 51.31 | - |
| YUV | 114.59 | 171.12 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 97 | 191 | 0.37 | 0.49 | 0 | 0.25 | 254.68 | 0.42 | 0.56 |
| Hex | 78 | 61 | BF | 25 | 31 | 0 | 19 | FF | 2A | 38 |
| Octal | 170 | 141 | 277 | 45 | 61 | 0 | 31 | 377 | 52 | 70 |
| Binary | 1111000 | 1100001 | 10111111 | 100101 | 110001 | 0 | 11001 | 11111111 | 101010 | 111000 |
Color Harmonies of #7861BF
Complementary color
Monochromatic Colors of #7861BF
Black with #7861BF
Text Example
Text Example
White with #7861BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7861BF; }
p { color: rgb(120,97,191); }
H1.HeaderClassName
{
color: #7861BF;
}
.AnyTagClassName
{
color: #7861BF;
}
</style>
background-color css
<style>
a { background-color: #7861BF; }
a { background-color: rgb(120,97,191); }
div.DivClassName
{
background-color: #7861BF;
}
.BgClassName
{
background-color: #7861BF;
}
</style>
border-color css
<style>
span { border-color: #7861BF; }
span { border-color: rgb(120,97,191); }
td.TdClassName
{
border-color: #7861BF;
}
.TagClassName
{
border-color: #7861BF;
}
</style>