Shades of Blue Marguerite #7954BB
Tints of Blue Marguerite #7954BB
RGB
CMYK
RGB Variations
Color information
#7954BB (or 0x7954BB) is known color: Blue Marguerite. HEX triplet: 79, 54 and BB. RGB value is (121,84,187). Sum of RGB (Red+Green+Blue) = 121+84+187=392 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.87% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 187 - color contains mainly: blue. Hex color #7954BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7954BB is #86AB44. Grayscale: #6A6A6A. Windows color (decimal): -8825669 or 12276857. OLE color: 12276857.
HSL color Cylindrical-coordinate representation of color #7954BB: hue angle of 261.55º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7954BB is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 84 | 187 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.27 |
| HSL | 261.55º | 0.43% | 0.53% | - |
| HSV(B) | 261.55º | 0.55% | 0.73% | - |
| XYZ | 20.03 | 13.99 | 48.66 | - |
| YUV | 106.81 | 173.26 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 84 | 187 | 0.35 | 0.55 | 0 | 0.27 | 261.55 | 0.43 | 0.53 |
| Hex | 79 | 54 | BB | 23 | 37 | 0 | 1B | 106 | 2B | 35 |
| Octal | 171 | 124 | 273 | 43 | 67 | 0 | 33 | 406 | 53 | 65 |
| Binary | 1111001 | 1010100 | 10111011 | 100011 | 110111 | 0 | 11011 | 100000110 | 101011 | 110101 |
Color Harmonies of #7954BB
Complementary color
Monochromatic Colors of #7954BB
Black with #7954BB
Text Example
Text Example
White with #7954BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7954BB; }
p { color: rgb(121,84,187); }
H1.HeaderClassName
{
color: #7954BB;
}
.AnyTagClassName
{
color: #7954BB;
}
</style>
background-color css
<style>
a { background-color: #7954BB; }
a { background-color: rgb(121,84,187); }
div.DivClassName
{
background-color: #7954BB;
}
.BgClassName
{
background-color: #7954BB;
}
</style>
border-color css
<style>
span { border-color: #7954BB; }
span { border-color: rgb(121,84,187); }
td.TdClassName
{
border-color: #7954BB;
}
.TagClassName
{
border-color: #7954BB;
}
</style>