Shades of Blue Marguerite #7B5DB1
Tints of Blue Marguerite #7B5DB1
RGB
CMYK
RGB Variations
Color information
#7B5DB1 (or 0x7B5DB1) is known color: Blue Marguerite. HEX triplet: 7B, 5D and B1. RGB value is (123,93,177). Sum of RGB (Red+Green+Blue) = 123+93+177=393 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.30% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 177 (69.53% from 255 or 45.04% from 393); Max value from RGB is 177 - color contains mainly: blue. Hex color #7B5DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5DB1 is #84A24E. Grayscale: #6F6F6F. Windows color (decimal): -8692303 or 11623803. OLE color: 11623803.
HSL color Cylindrical-coordinate representation of color #7B5DB1: hue angle of 261.43º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B5DB1 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 93 | 177 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.31 |
| HSL | 261.43º | 0.35% | 0.53% | - |
| HSV(B) | 261.43º | 0.47% | 0.69% | - |
| XYZ | 20.02 | 15.21 | 43.48 | - |
| YUV | 111.55 | 164.94 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 93 | 177 | 0.31 | 0.47 | 0 | 0.31 | 261.43 | 0.35 | 0.53 |
| Hex | 7B | 5D | B1 | 1F | 2F | 0 | 1F | 105 | 23 | 35 |
| Octal | 173 | 135 | 261 | 37 | 57 | 0 | 37 | 405 | 43 | 65 |
| Binary | 1111011 | 1011101 | 10110001 | 11111 | 101111 | 0 | 11111 | 100000101 | 100011 | 110101 |
Color Harmonies of #7B5DB1
Complementary color
Monochromatic Colors of #7B5DB1
Black with #7B5DB1
Text Example
Text Example
White with #7B5DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5DB1; }
p { color: rgb(123,93,177); }
H1.HeaderClassName
{
color: #7B5DB1;
}
.AnyTagClassName
{
color: #7B5DB1;
}
</style>
background-color css
<style>
a { background-color: #7B5DB1; }
a { background-color: rgb(123,93,177); }
div.DivClassName
{
background-color: #7B5DB1;
}
.BgClassName
{
background-color: #7B5DB1;
}
</style>
border-color css
<style>
span { border-color: #7B5DB1; }
span { border-color: rgb(123,93,177); }
td.TdClassName
{
border-color: #7B5DB1;
}
.TagClassName
{
border-color: #7B5DB1;
}
</style>