Shades of Blue Marguerite #7F58BC
Tints of Blue Marguerite #7F58BC
RGB
CMYK
RGB Variations
Color information
#7F58BC (or 0x7F58BC) is known color: Blue Marguerite. HEX triplet: 7F, 58 and BC. RGB value is (127,88,188). Sum of RGB (Red+Green+Blue) = 127+88+188=403 (53% of max value = 765). Red value is 127 (50% from 255 or 31.51% from 403); Green value is 88 (34.77% from 255 or 21.84% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F58BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F58BC is #80A743. Grayscale: #6E6E6E. Windows color (decimal): -8431428 or 12343423. OLE color: 12343423.
HSL color Cylindrical-coordinate representation of color #7F58BC: hue angle of 263.4º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7F58BC is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 88 | 188 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.26 |
| HSL | 263.4º | 0.43% | 0.54% | - |
| HSV(B) | 263.4º | 0.53% | 0.74% | - |
| XYZ | 21.32 | 15.12 | 49.37 | - |
| YUV | 111.06 | 171.42 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 88 | 188 | 0.32 | 0.53 | 0 | 0.26 | 263.4 | 0.43 | 0.54 |
| Hex | 7F | 58 | BC | 20 | 35 | 0 | 1A | 107 | 2B | 36 |
| Octal | 177 | 130 | 274 | 40 | 65 | 0 | 32 | 407 | 53 | 66 |
| Binary | 1111111 | 1011000 | 10111100 | 100000 | 110101 | 0 | 11010 | 100000111 | 101011 | 110110 |
Color Harmonies of #7F58BC
Complementary color
Monochromatic Colors of #7F58BC
Black with #7F58BC
Text Example
Text Example
White with #7F58BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F58BC; }
p { color: rgb(127,88,188); }
H1.HeaderClassName
{
color: #7F58BC;
}
.AnyTagClassName
{
color: #7F58BC;
}
</style>
background-color css
<style>
a { background-color: #7F58BC; }
a { background-color: rgb(127,88,188); }
div.DivClassName
{
background-color: #7F58BC;
}
.BgClassName
{
background-color: #7F58BC;
}
</style>
border-color css
<style>
span { border-color: #7F58BC; }
span { border-color: rgb(127,88,188); }
td.TdClassName
{
border-color: #7F58BC;
}
.TagClassName
{
border-color: #7F58BC;
}
</style>