Shades of Blue Marguerite #7B5AB5
Tints of Blue Marguerite #7B5AB5
RGB
CMYK
RGB Variations
Color information
#7B5AB5 (or 0x7B5AB5) is known color: Blue Marguerite. HEX triplet: 7B, 5A and B5. RGB value is (123,90,181). Sum of RGB (Red+Green+Blue) = 123+90+181=394 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.22% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 181 (71.09% from 255 or 45.94% from 394); Max value from RGB is 181 - color contains mainly: blue. Hex color #7B5AB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5AB5 is #84A54A. Grayscale: #6D6D6D. Windows color (decimal): -8693067 or 11885179. OLE color: 11885179.
HSL color Cylindrical-coordinate representation of color #7B5AB5: hue angle of 261.76º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B5AB5 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 123 | 90 | 181 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.29 |
| HSL | 261.76º | 0.38% | 0.53% | - |
| HSV(B) | 261.76º | 0.5% | 0.71% | - |
| XYZ | 20.17 | 14.86 | 45.52 | - |
| YUV | 110.24 | 167.93 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 90 | 181 | 0.32 | 0.50 | 0 | 0.29 | 261.76 | 0.38 | 0.53 |
| Hex | 7B | 5A | B5 | 20 | 32 | 0 | 1D | 106 | 26 | 35 |
| Octal | 173 | 132 | 265 | 40 | 62 | 0 | 35 | 406 | 46 | 65 |
| Binary | 1111011 | 1011010 | 10110101 | 100000 | 110010 | 0 | 11101 | 100000110 | 100110 | 110101 |
Color Harmonies of #7B5AB5
Complementary color
Monochromatic Colors of #7B5AB5
Black with #7B5AB5
Text Example
Text Example
White with #7B5AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5AB5; }
p { color: rgb(123,90,181); }
H1.HeaderClassName
{
color: #7B5AB5;
}
.AnyTagClassName
{
color: #7B5AB5;
}
</style>
background-color css
<style>
a { background-color: #7B5AB5; }
a { background-color: rgb(123,90,181); }
div.DivClassName
{
background-color: #7B5AB5;
}
.BgClassName
{
background-color: #7B5AB5;
}
</style>
border-color css
<style>
span { border-color: #7B5AB5; }
span { border-color: rgb(123,90,181); }
td.TdClassName
{
border-color: #7B5AB5;
}
.TagClassName
{
border-color: #7B5AB5;
}
</style>