Shades of Blue Marguerite #7C60B5
Tints of Blue Marguerite #7C60B5
RGB
CMYK
RGB Variations
Color information
#7C60B5 (or 0x7C60B5) is known color: Blue Marguerite. HEX triplet: 7C, 60 and B5. RGB value is (124,96,181). Sum of RGB (Red+Green+Blue) = 124+96+181=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 181 (71.09% from 255 or 45.14% from 401); Max value from RGB is 181 - color contains mainly: blue. Hex color #7C60B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C60B5 is #839F4A. Grayscale: #717171. Windows color (decimal): -8625995 or 11886716. OLE color: 11886716.
HSL color Cylindrical-coordinate representation of color #7C60B5: hue angle of 259.76º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C60B5 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 96 | 181 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.29 |
| HSL | 259.76º | 0.36% | 0.54% | - |
| HSV(B) | 259.76º | 0.47% | 0.71% | - |
| XYZ | 20.84 | 15.99 | 45.7 | - |
| YUV | 114.06 | 165.78 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 96 | 181 | 0.31 | 0.47 | 0 | 0.29 | 259.76 | 0.36 | 0.54 |
| Hex | 7C | 60 | B5 | 1F | 2F | 0 | 1D | 104 | 24 | 36 |
| Octal | 174 | 140 | 265 | 37 | 57 | 0 | 35 | 404 | 44 | 66 |
| Binary | 1111100 | 1100000 | 10110101 | 11111 | 101111 | 0 | 11101 | 100000100 | 100100 | 110110 |
Color Harmonies of #7C60B5
Complementary color
Monochromatic Colors of #7C60B5
Black with #7C60B5
Text Example
Text Example
White with #7C60B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C60B5; }
p { color: rgb(124,96,181); }
H1.HeaderClassName
{
color: #7C60B5;
}
.AnyTagClassName
{
color: #7C60B5;
}
</style>
background-color css
<style>
a { background-color: #7C60B5; }
a { background-color: rgb(124,96,181); }
div.DivClassName
{
background-color: #7C60B5;
}
.BgClassName
{
background-color: #7C60B5;
}
</style>
border-color css
<style>
span { border-color: #7C60B5; }
span { border-color: rgb(124,96,181); }
td.TdClassName
{
border-color: #7C60B5;
}
.TagClassName
{
border-color: #7C60B5;
}
</style>