Shades of Blue Marguerite #7A58BB
Tints of Blue Marguerite #7A58BB
RGB
CMYK
RGB Variations
Color information
#7A58BB (or 0x7A58BB) is known color: Blue Marguerite. HEX triplet: 7A, 58 and BB. RGB value is (122,88,187). Sum of RGB (Red+Green+Blue) = 122+88+187=397 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.73% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #7A58BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A58BB is #85A744. Grayscale: #6D6D6D. Windows color (decimal): -8759109 or 12277882. OLE color: 12277882.
HSL color Cylindrical-coordinate representation of color #7A58BB: hue angle of 260.61º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A58BB is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 88 | 187 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.27 |
| HSL | 260.61º | 0.42% | 0.54% | - |
| HSV(B) | 260.61º | 0.53% | 0.73% | - |
| XYZ | 20.49 | 14.7 | 48.77 | - |
| YUV | 109.45 | 171.76 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 88 | 187 | 0.35 | 0.53 | 0 | 0.27 | 260.61 | 0.42 | 0.54 |
| Hex | 7A | 58 | BB | 23 | 35 | 0 | 1B | 105 | 2A | 36 |
| Octal | 172 | 130 | 273 | 43 | 65 | 0 | 33 | 405 | 52 | 66 |
| Binary | 1111010 | 1011000 | 10111011 | 100011 | 110101 | 0 | 11011 | 100000101 | 101010 | 110110 |
Color Harmonies of #7A58BB
Complementary color
Monochromatic Colors of #7A58BB
Black with #7A58BB
Text Example
Text Example
White with #7A58BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A58BB; }
p { color: rgb(122,88,187); }
H1.HeaderClassName
{
color: #7A58BB;
}
.AnyTagClassName
{
color: #7A58BB;
}
</style>
background-color css
<style>
a { background-color: #7A58BB; }
a { background-color: rgb(122,88,187); }
div.DivClassName
{
background-color: #7A58BB;
}
.BgClassName
{
background-color: #7A58BB;
}
</style>
border-color css
<style>
span { border-color: #7A58BB; }
span { border-color: rgb(122,88,187); }
td.TdClassName
{
border-color: #7A58BB;
}
.TagClassName
{
border-color: #7A58BB;
}
</style>