Shades of Blue Marguerite #7C5CB6
Tints of Blue Marguerite #7C5CB6
RGB
CMYK
RGB Variations
Color information
#7C5CB6 (or 0x7C5CB6) is known color: Blue Marguerite. HEX triplet: 7C, 5C and B6. RGB value is (124,92,182). Sum of RGB (Red+Green+Blue) = 124+92+182=398 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.16% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 182 (71.48% from 255 or 45.73% from 398); Max value from RGB is 182 - color contains mainly: blue. Hex color #7C5CB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C5CB6 is #83A349. Grayscale: #6F6F6F. Windows color (decimal): -8627018 or 11951228. OLE color: 11951228.
HSL color Cylindrical-coordinate representation of color #7C5CB6: hue angle of 261.33º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C5CB6 is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 92 | 182 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.29 |
| HSL | 261.33º | 0.38% | 0.54% | - |
| HSV(B) | 261.33º | 0.49% | 0.71% | - |
| XYZ | 20.58 | 15.32 | 46.13 | - |
| YUV | 111.83 | 167.6 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 92 | 182 | 0.32 | 0.49 | 0 | 0.29 | 261.33 | 0.38 | 0.54 |
| Hex | 7C | 5C | B6 | 20 | 31 | 0 | 1D | 105 | 26 | 36 |
| Octal | 174 | 134 | 266 | 40 | 61 | 0 | 35 | 405 | 46 | 66 |
| Binary | 1111100 | 1011100 | 10110110 | 100000 | 110001 | 0 | 11101 | 100000101 | 100110 | 110110 |
Color Harmonies of #7C5CB6
Complementary color
Monochromatic Colors of #7C5CB6
Black with #7C5CB6
Text Example
Text Example
White with #7C5CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5CB6; }
p { color: rgb(124,92,182); }
H1.HeaderClassName
{
color: #7C5CB6;
}
.AnyTagClassName
{
color: #7C5CB6;
}
</style>
background-color css
<style>
a { background-color: #7C5CB6; }
a { background-color: rgb(124,92,182); }
div.DivClassName
{
background-color: #7C5CB6;
}
.BgClassName
{
background-color: #7C5CB6;
}
</style>
border-color css
<style>
span { border-color: #7C5CB6; }
span { border-color: rgb(124,92,182); }
td.TdClassName
{
border-color: #7C5CB6;
}
.TagClassName
{
border-color: #7C5CB6;
}
</style>