Shades of Blue Marguerite #7C60B3
Tints of Blue Marguerite #7C60B3
RGB
CMYK
RGB Variations
Color information
#7C60B3 (or 0x7C60B3) is known color: Blue Marguerite. HEX triplet: 7C, 60 and B3. RGB value is (124,96,179). Sum of RGB (Red+Green+Blue) = 124+96+179=399 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.08% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 179 (70.31% from 255 or 44.86% from 399); Max value from RGB is 179 - color contains mainly: blue. Hex color #7C60B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C60B3 is #839F4C. Grayscale: #717171. Windows color (decimal): -8625997 or 11755644. OLE color: 11755644.
HSL color Cylindrical-coordinate representation of color #7C60B3: hue angle of 260.24º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7C60B3 is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 124 | 96 | 179 | - |
| CMYK | 0.31 | 0.46 | 0 | 0.30 |
| HSL | 260.24º | 0.35% | 0.54% | - |
| HSV(B) | 260.24º | 0.46% | 0.7% | - |
| XYZ | 20.63 | 15.91 | 44.63 | - |
| YUV | 113.83 | 164.78 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 96 | 179 | 0.31 | 0.46 | 0 | 0.30 | 260.24 | 0.35 | 0.54 |
| Hex | 7C | 60 | B3 | 1F | 2E | 0 | 1E | 104 | 23 | 36 |
| Octal | 174 | 140 | 263 | 37 | 56 | 0 | 36 | 404 | 43 | 66 |
| Binary | 1111100 | 1100000 | 10110011 | 11111 | 101110 | 0 | 11110 | 100000100 | 100011 | 110110 |
Color Harmonies of #7C60B3
Complementary color
Monochromatic Colors of #7C60B3
Black with #7C60B3
Text Example
Text Example
White with #7C60B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C60B3; }
p { color: rgb(124,96,179); }
H1.HeaderClassName
{
color: #7C60B3;
}
.AnyTagClassName
{
color: #7C60B3;
}
</style>
background-color css
<style>
a { background-color: #7C60B3; }
a { background-color: rgb(124,96,179); }
div.DivClassName
{
background-color: #7C60B3;
}
.BgClassName
{
background-color: #7C60B3;
}
</style>
border-color css
<style>
span { border-color: #7C60B3; }
span { border-color: rgb(124,96,179); }
td.TdClassName
{
border-color: #7C60B3;
}
.TagClassName
{
border-color: #7C60B3;
}
</style>