Shades of Blue Marguerite #7B5BB5
Tints of Blue Marguerite #7B5BB5
RGB
CMYK
RGB Variations
Color information
#7B5BB5 (or 0x7B5BB5) is known color: Blue Marguerite. HEX triplet: 7B, 5B and B5. RGB value is (123,91,181). Sum of RGB (Red+Green+Blue) = 123+91+181=395 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.14% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 181 (71.09% from 255 or 45.82% from 395); Max value from RGB is 181 - color contains mainly: blue. Hex color #7B5BB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5BB5 is #84A44A. Grayscale: #6E6E6E. Windows color (decimal): -8692811 or 11885435. OLE color: 11885435.
HSL color Cylindrical-coordinate representation of color #7B5BB5: hue angle of 261.33º 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 #7B5BB5 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 123 | 91 | 181 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.29 |
| HSL | 261.33º | 0.38% | 0.53% | - |
| HSV(B) | 261.33º | 0.5% | 0.71% | - |
| XYZ | 20.25 | 15.03 | 45.55 | - |
| YUV | 110.83 | 167.6 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 91 | 181 | 0.32 | 0.50 | 0 | 0.29 | 261.33 | 0.38 | 0.53 |
| Hex | 7B | 5B | B5 | 20 | 32 | 0 | 1D | 105 | 26 | 35 |
| Octal | 173 | 133 | 265 | 40 | 62 | 0 | 35 | 405 | 46 | 65 |
| Binary | 1111011 | 1011011 | 10110101 | 100000 | 110010 | 0 | 11101 | 100000101 | 100110 | 110101 |
Color Harmonies of #7B5BB5
Complementary color
Monochromatic Colors of #7B5BB5
Black with #7B5BB5
Text Example
Text Example
White with #7B5BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5BB5; }
p { color: rgb(123,91,181); }
H1.HeaderClassName
{
color: #7B5BB5;
}
.AnyTagClassName
{
color: #7B5BB5;
}
</style>
background-color css
<style>
a { background-color: #7B5BB5; }
a { background-color: rgb(123,91,181); }
div.DivClassName
{
background-color: #7B5BB5;
}
.BgClassName
{
background-color: #7B5BB5;
}
</style>
border-color css
<style>
span { border-color: #7B5BB5; }
span { border-color: rgb(123,91,181); }
td.TdClassName
{
border-color: #7B5BB5;
}
.TagClassName
{
border-color: #7B5BB5;
}
</style>