Shades of Blue Marguerite #7A5BBB
Tints of Blue Marguerite #7A5BBB
RGB
CMYK
RGB Variations
Color information
#7A5BBB (or 0x7A5BBB) is known color: Blue Marguerite. HEX triplet: 7A, 5B and BB. RGB value is (122,91,187). Sum of RGB (Red+Green+Blue) = 122+91+187=400 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.5% from 400); Green value is 91 (35.94% from 255 or 22.75% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #7A5BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A5BBB is #85A444. Grayscale: #6E6E6E. Windows color (decimal): -8758341 or 12278650. OLE color: 12278650.
HSL color Cylindrical-coordinate representation of color #7A5BBB: hue angle of 259.38º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A5BBB is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 91 | 187 | - |
| CMYK | 0.35 | 0.51 | 0 | 0.27 |
| HSL | 259.38º | 0.41% | 0.55% | - |
| HSV(B) | 259.38º | 0.51% | 0.73% | - |
| XYZ | 20.74 | 15.21 | 48.86 | - |
| YUV | 111.21 | 170.77 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 91 | 187 | 0.35 | 0.51 | 0 | 0.27 | 259.38 | 0.41 | 0.55 |
| Hex | 7A | 5B | BB | 23 | 33 | 0 | 1B | 103 | 29 | 37 |
| Octal | 172 | 133 | 273 | 43 | 63 | 0 | 33 | 403 | 51 | 67 |
| Binary | 1111010 | 1011011 | 10111011 | 100011 | 110011 | 0 | 11011 | 100000011 | 101001 | 110111 |
Color Harmonies of #7A5BBB
Complementary color
Monochromatic Colors of #7A5BBB
Black with #7A5BBB
Text Example
Text Example
White with #7A5BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5BBB; }
p { color: rgb(122,91,187); }
H1.HeaderClassName
{
color: #7A5BBB;
}
.AnyTagClassName
{
color: #7A5BBB;
}
</style>
background-color css
<style>
a { background-color: #7A5BBB; }
a { background-color: rgb(122,91,187); }
div.DivClassName
{
background-color: #7A5BBB;
}
.BgClassName
{
background-color: #7A5BBB;
}
</style>
border-color css
<style>
span { border-color: #7A5BBB; }
span { border-color: rgb(122,91,187); }
td.TdClassName
{
border-color: #7A5BBB;
}
.TagClassName
{
border-color: #7A5BBB;
}
</style>