Shades of Blue Marguerite #7C5CB1
Tints of Blue Marguerite #7C5CB1
RGB
CMYK
RGB Variations
Color information
#7C5CB1 (or 0x7C5CB1) is known color: Blue Marguerite. HEX triplet: 7C, 5C and B1. RGB value is (124,92,177). Sum of RGB (Red+Green+Blue) = 124+92+177=393 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.55% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 177 (69.53% from 255 or 45.04% from 393); Max value from RGB is 177 - color contains mainly: blue. Hex color #7C5CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5CB1 is #83A34E. Grayscale: #6E6E6E. Windows color (decimal): -8627023 or 11623548. OLE color: 11623548.
HSL color Cylindrical-coordinate representation of color #7C5CB1: hue angle of 262.59º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C5CB1 is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 92 | 177 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.31 |
| HSL | 262.59º | 0.35% | 0.53% | - |
| HSV(B) | 262.59º | 0.48% | 0.69% | - |
| XYZ | 20.08 | 15.11 | 43.45 | - |
| YUV | 111.26 | 165.1 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 92 | 177 | 0.30 | 0.48 | 0 | 0.31 | 262.59 | 0.35 | 0.53 |
| Hex | 7C | 5C | B1 | 1E | 30 | 0 | 1F | 107 | 23 | 35 |
| Octal | 174 | 134 | 261 | 36 | 60 | 0 | 37 | 407 | 43 | 65 |
| Binary | 1111100 | 1011100 | 10110001 | 11110 | 110000 | 0 | 11111 | 100000111 | 100011 | 110101 |
Color Harmonies of #7C5CB1
Complementary color
Monochromatic Colors of #7C5CB1
Black with #7C5CB1
Text Example
Text Example
White with #7C5CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5CB1; }
p { color: rgb(124,92,177); }
H1.HeaderClassName
{
color: #7C5CB1;
}
.AnyTagClassName
{
color: #7C5CB1;
}
</style>
background-color css
<style>
a { background-color: #7C5CB1; }
a { background-color: rgb(124,92,177); }
div.DivClassName
{
background-color: #7C5CB1;
}
.BgClassName
{
background-color: #7C5CB1;
}
</style>
border-color css
<style>
span { border-color: #7C5CB1; }
span { border-color: rgb(124,92,177); }
td.TdClassName
{
border-color: #7C5CB1;
}
.TagClassName
{
border-color: #7C5CB1;
}
</style>