Shades of Blue Marguerite #7C5BBF
Tints of Blue Marguerite #7C5BBF
RGB
CMYK
RGB Variations
Color information
#7C5BBF (or 0x7C5BBF) is known color: Blue Marguerite. HEX triplet: 7C, 5B and BF. RGB value is (124,91,191). Sum of RGB (Red+Green+Blue) = 124+91+191=406 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.54% from 406); Green value is 91 (35.94% from 255 or 22.41% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #7C5BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C5BBF is #83A440. Grayscale: #6F6F6F. Windows color (decimal): -8627265 or 12540796. OLE color: 12540796.
HSL color Cylindrical-coordinate representation of color #7C5BBF: hue angle of 259.8º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C5BBF is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 91 | 191 | - |
| CMYK | 0.35 | 0.52 | 0 | 0.25 |
| HSL | 259.8º | 0.44% | 0.55% | - |
| HSV(B) | 259.8º | 0.52% | 0.75% | - |
| XYZ | 21.46 | 15.53 | 51.16 | - |
| YUV | 112.27 | 172.43 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 91 | 191 | 0.35 | 0.52 | 0 | 0.25 | 259.8 | 0.44 | 0.55 |
| Hex | 7C | 5B | BF | 23 | 34 | 0 | 19 | 104 | 2C | 37 |
| Octal | 174 | 133 | 277 | 43 | 64 | 0 | 31 | 404 | 54 | 67 |
| Binary | 1111100 | 1011011 | 10111111 | 100011 | 110100 | 0 | 11001 | 100000100 | 101100 | 110111 |
Color Harmonies of #7C5BBF
Complementary color
Monochromatic Colors of #7C5BBF
Black with #7C5BBF
Text Example
Text Example
White with #7C5BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5BBF; }
p { color: rgb(124,91,191); }
H1.HeaderClassName
{
color: #7C5BBF;
}
.AnyTagClassName
{
color: #7C5BBF;
}
</style>
background-color css
<style>
a { background-color: #7C5BBF; }
a { background-color: rgb(124,91,191); }
div.DivClassName
{
background-color: #7C5BBF;
}
.BgClassName
{
background-color: #7C5BBF;
}
</style>
border-color css
<style>
span { border-color: #7C5BBF; }
span { border-color: rgb(124,91,191); }
td.TdClassName
{
border-color: #7C5BBF;
}
.TagClassName
{
border-color: #7C5BBF;
}
</style>