Shades of Blue Marguerite #7951BF
Tints of Blue Marguerite #7951BF
RGB
CMYK
RGB Variations
Color information
#7951BF (or 0x7951BF) is known color: Blue Marguerite. HEX triplet: 79, 51 and BF. RGB value is (121,81,191). Sum of RGB (Red+Green+Blue) = 121+81+191=393 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.79% from 393); Green value is 81 (32.03% from 255 or 20.61% from 393); Blue value is 191 (75% from 255 or 48.60% from 393); Max value from RGB is 191 - color contains mainly: blue. Hex color #7951BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7951BF is #86AE40. Grayscale: #696969. Windows color (decimal): -8826433 or 12538233. OLE color: 12538233.
HSL color Cylindrical-coordinate representation of color #7951BF: hue angle of 261.82º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7951BF is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 121 | 81 | 191 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.25 |
| HSL | 261.82º | 0.46% | 0.53% | - |
| HSV(B) | 261.82º | 0.58% | 0.75% | - |
| XYZ | 20.23 | 13.71 | 50.87 | - |
| YUV | 105.5 | 176.25 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 81 | 191 | 0.37 | 0.58 | 0 | 0.25 | 261.82 | 0.46 | 0.53 |
| Hex | 79 | 51 | BF | 25 | 3A | 0 | 19 | 106 | 2E | 35 |
| Octal | 171 | 121 | 277 | 45 | 72 | 0 | 31 | 406 | 56 | 65 |
| Binary | 1111001 | 1010001 | 10111111 | 100101 | 111010 | 0 | 11001 | 100000110 | 101110 | 110101 |
Color Harmonies of #7951BF
Complementary color
Monochromatic Colors of #7951BF
Black with #7951BF
Text Example
Text Example
White with #7951BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7951BF; }
p { color: rgb(121,81,191); }
H1.HeaderClassName
{
color: #7951BF;
}
.AnyTagClassName
{
color: #7951BF;
}
</style>
background-color css
<style>
a { background-color: #7951BF; }
a { background-color: rgb(121,81,191); }
div.DivClassName
{
background-color: #7951BF;
}
.BgClassName
{
background-color: #7951BF;
}
</style>
border-color css
<style>
span { border-color: #7951BF; }
span { border-color: rgb(121,81,191); }
td.TdClassName
{
border-color: #7951BF;
}
.TagClassName
{
border-color: #7951BF;
}
</style>