Shades of Blue Marguerite #7951BA
Tints of Blue Marguerite #7951BA
RGB
CMYK
RGB Variations
Color information
#7951BA (or 0x7951BA) is known color: Blue Marguerite. HEX triplet: 79, 51 and BA. RGB value is (121,81,186). Sum of RGB (Red+Green+Blue) = 121+81+186=388 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.19% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #7951BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7951BA is #86AE45. Grayscale: #686868. Windows color (decimal): -8826438 or 12210553. OLE color: 12210553.
HSL color Cylindrical-coordinate representation of color #7951BA: hue angle of 262.86º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7951BA is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 81 | 186 | - |
| CMYK | 0.35 | 0.56 | 0 | 0.27 |
| HSL | 262.86º | 0.43% | 0.52% | - |
| HSV(B) | 262.86º | 0.56% | 0.73% | - |
| XYZ | 19.69 | 13.49 | 48.02 | - |
| YUV | 104.93 | 173.75 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 81 | 186 | 0.35 | 0.56 | 0 | 0.27 | 262.86 | 0.43 | 0.52 |
| Hex | 79 | 51 | BA | 23 | 38 | 0 | 1B | 107 | 2B | 34 |
| Octal | 171 | 121 | 272 | 43 | 70 | 0 | 33 | 407 | 53 | 64 |
| Binary | 1111001 | 1010001 | 10111010 | 100011 | 111000 | 0 | 11011 | 100000111 | 101011 | 110100 |
Color Harmonies of #7951BA
Complementary color
Monochromatic Colors of #7951BA
Black with #7951BA
Text Example
Text Example
White with #7951BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7951BA; }
p { color: rgb(121,81,186); }
H1.HeaderClassName
{
color: #7951BA;
}
.AnyTagClassName
{
color: #7951BA;
}
</style>
background-color css
<style>
a { background-color: #7951BA; }
a { background-color: rgb(121,81,186); }
div.DivClassName
{
background-color: #7951BA;
}
.BgClassName
{
background-color: #7951BA;
}
</style>
border-color css
<style>
span { border-color: #7951BA; }
span { border-color: rgb(121,81,186); }
td.TdClassName
{
border-color: #7951BA;
}
.TagClassName
{
border-color: #7951BA;
}
</style>