Shades of Blue Marguerite #7B55BB
Tints of Blue Marguerite #7B55BB
RGB
CMYK
RGB Variations
Color information
#7B55BB (or 0x7B55BB) is known color: Blue Marguerite. HEX triplet: 7B, 55 and BB. RGB value is (123,85,187). Sum of RGB (Red+Green+Blue) = 123+85+187=395 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.14% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #7B55BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B55BB is #84AA44. Grayscale: #6B6B6B. Windows color (decimal): -8694341 or 12277115. OLE color: 12277115.
HSL color Cylindrical-coordinate representation of color #7B55BB: hue angle of 262.35º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7B55BB is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 85 | 187 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.27 |
| HSL | 262.35º | 0.43% | 0.53% | - |
| HSV(B) | 262.35º | 0.55% | 0.73% | - |
| XYZ | 20.39 | 14.3 | 48.7 | - |
| YUV | 107.99 | 172.59 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 85 | 187 | 0.34 | 0.55 | 0 | 0.27 | 262.35 | 0.43 | 0.53 |
| Hex | 7B | 55 | BB | 22 | 37 | 0 | 1B | 106 | 2B | 35 |
| Octal | 173 | 125 | 273 | 42 | 67 | 0 | 33 | 406 | 53 | 65 |
| Binary | 1111011 | 1010101 | 10111011 | 100010 | 110111 | 0 | 11011 | 100000110 | 101011 | 110101 |
Color Harmonies of #7B55BB
Complementary color
Monochromatic Colors of #7B55BB
Black with #7B55BB
Text Example
Text Example
White with #7B55BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B55BB; }
p { color: rgb(123,85,187); }
H1.HeaderClassName
{
color: #7B55BB;
}
.AnyTagClassName
{
color: #7B55BB;
}
</style>
background-color css
<style>
a { background-color: #7B55BB; }
a { background-color: rgb(123,85,187); }
div.DivClassName
{
background-color: #7B55BB;
}
.BgClassName
{
background-color: #7B55BB;
}
</style>
border-color css
<style>
span { border-color: #7B55BB; }
span { border-color: rgb(123,85,187); }
td.TdClassName
{
border-color: #7B55BB;
}
.TagClassName
{
border-color: #7B55BB;
}
</style>