Shades of Blue Marguerite #7C53BB
Tints of Blue Marguerite #7C53BB
RGB
CMYK
RGB Variations
Color information
#7C53BB (or 0x7C53BB) is known color: Blue Marguerite. HEX triplet: 7C, 53 and BB. RGB value is (124,83,187). Sum of RGB (Red+Green+Blue) = 124+83+187=394 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.47% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #7C53BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C53BB is #83AC44. Grayscale: #6A6A6A. Windows color (decimal): -8629317 or 12276604. OLE color: 12276604.
HSL color Cylindrical-coordinate representation of color #7C53BB: hue angle of 263.65º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C53BB is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 83 | 187 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.27 |
| HSL | 263.65º | 0.43% | 0.53% | - |
| HSV(B) | 263.65º | 0.56% | 0.73% | - |
| XYZ | 20.38 | 14.06 | 48.65 | - |
| YUV | 107.12 | 173.08 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 83 | 187 | 0.34 | 0.56 | 0 | 0.27 | 263.65 | 0.43 | 0.53 |
| Hex | 7C | 53 | BB | 22 | 38 | 0 | 1B | 108 | 2B | 35 |
| Octal | 174 | 123 | 273 | 42 | 70 | 0 | 33 | 410 | 53 | 65 |
| Binary | 1111100 | 1010011 | 10111011 | 100010 | 111000 | 0 | 11011 | 100001000 | 101011 | 110101 |
Color Harmonies of #7C53BB
Complementary color
Monochromatic Colors of #7C53BB
Black with #7C53BB
Text Example
Text Example
White with #7C53BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C53BB; }
p { color: rgb(124,83,187); }
H1.HeaderClassName
{
color: #7C53BB;
}
.AnyTagClassName
{
color: #7C53BB;
}
</style>
background-color css
<style>
a { background-color: #7C53BB; }
a { background-color: rgb(124,83,187); }
div.DivClassName
{
background-color: #7C53BB;
}
.BgClassName
{
background-color: #7C53BB;
}
</style>
border-color css
<style>
span { border-color: #7C53BB; }
span { border-color: rgb(124,83,187); }
td.TdClassName
{
border-color: #7C53BB;
}
.TagClassName
{
border-color: #7C53BB;
}
</style>