Shades of Blue Marguerite #7A58B8
Tints of Blue Marguerite #7A58B8
RGB
CMYK
RGB Variations
Color information
#7A58B8 (or 0x7A58B8) is known color: Blue Marguerite. HEX triplet: 7A, 58 and B8. RGB value is (122,88,184). Sum of RGB (Red+Green+Blue) = 122+88+184=394 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.96% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 184 (72.27% from 255 or 46.70% from 394); Max value from RGB is 184 - color contains mainly: blue. Hex color #7A58B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A58B8 is #85A747. Grayscale: #6C6C6C. Windows color (decimal): -8759112 or 12081274. OLE color: 12081274.
HSL color Cylindrical-coordinate representation of color #7A58B8: hue angle of 261.25º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A58B8 is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 88 | 184 | - |
| CMYK | 0.34 | 0.52 | 0 | 0.28 |
| HSL | 261.25º | 0.4% | 0.53% | - |
| HSV(B) | 261.25º | 0.52% | 0.72% | - |
| XYZ | 20.17 | 14.58 | 47.1 | - |
| YUV | 109.11 | 170.26 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 88 | 184 | 0.34 | 0.52 | 0 | 0.28 | 261.25 | 0.4 | 0.53 |
| Hex | 7A | 58 | B8 | 22 | 34 | 0 | 1C | 105 | 28 | 35 |
| Octal | 172 | 130 | 270 | 42 | 64 | 0 | 34 | 405 | 50 | 65 |
| Binary | 1111010 | 1011000 | 10111000 | 100010 | 110100 | 0 | 11100 | 100000101 | 101000 | 110101 |
Color Harmonies of #7A58B8
Complementary color
Monochromatic Colors of #7A58B8
Black with #7A58B8
Text Example
Text Example
White with #7A58B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A58B8; }
p { color: rgb(122,88,184); }
H1.HeaderClassName
{
color: #7A58B8;
}
.AnyTagClassName
{
color: #7A58B8;
}
</style>
background-color css
<style>
a { background-color: #7A58B8; }
a { background-color: rgb(122,88,184); }
div.DivClassName
{
background-color: #7A58B8;
}
.BgClassName
{
background-color: #7A58B8;
}
</style>
border-color css
<style>
span { border-color: #7A58B8; }
span { border-color: rgb(122,88,184); }
td.TdClassName
{
border-color: #7A58B8;
}
.TagClassName
{
border-color: #7A58B8;
}
</style>