Shades of Blue Marguerite #7865BA
Tints of Blue Marguerite #7865BA
RGB
CMYK
RGB Variations
Color information
#7865BA (or 0x7865BA) is known color: Blue Marguerite. HEX triplet: 78, 65 and BA. RGB value is (120,101,186). Sum of RGB (Red+Green+Blue) = 120+101+186=407 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.48% from 407); Green value is 101 (39.84% from 255 or 24.82% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #7865BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7865BA is #879A45. Grayscale: #747474. Windows color (decimal): -8886854 or 12215672. OLE color: 12215672.
HSL color Cylindrical-coordinate representation of color #7865BA: hue angle of 253.41º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7865BA is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 101 | 186 | - |
| CMYK | 0.35 | 0.46 | 0 | 0.27 |
| HSL | 253.41º | 0.38% | 0.56% | - |
| HSV(B) | 253.41º | 0.46% | 0.73% | - |
| XYZ | 21.26 | 16.85 | 48.59 | - |
| YUV | 116.37 | 167.29 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 101 | 186 | 0.35 | 0.46 | 0 | 0.27 | 253.41 | 0.38 | 0.56 |
| Hex | 78 | 65 | BA | 23 | 2E | 0 | 1B | FD | 26 | 38 |
| Octal | 170 | 145 | 272 | 43 | 56 | 0 | 33 | 375 | 46 | 70 |
| Binary | 1111000 | 1100101 | 10111010 | 100011 | 101110 | 0 | 11011 | 11111101 | 100110 | 111000 |
Color Harmonies of #7865BA
Complementary color
Monochromatic Colors of #7865BA
Black with #7865BA
Text Example
Text Example
White with #7865BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7865BA; }
p { color: rgb(120,101,186); }
H1.HeaderClassName
{
color: #7865BA;
}
.AnyTagClassName
{
color: #7865BA;
}
</style>
background-color css
<style>
a { background-color: #7865BA; }
a { background-color: rgb(120,101,186); }
div.DivClassName
{
background-color: #7865BA;
}
.BgClassName
{
background-color: #7865BA;
}
</style>
border-color css
<style>
span { border-color: #7865BA; }
span { border-color: rgb(120,101,186); }
td.TdClassName
{
border-color: #7865BA;
}
.TagClassName
{
border-color: #7865BA;
}
</style>