Shades of Blue Marguerite #7B5CB5
Tints of Blue Marguerite #7B5CB5
RGB
CMYK
RGB Variations
Color information
#7B5CB5 (or 0x7B5CB5) is known color: Blue Marguerite. HEX triplet: 7B, 5C and B5. RGB value is (123,92,181). Sum of RGB (Red+Green+Blue) = 123+92+181=396 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.06% from 396); Green value is 92 (36.33% from 255 or 23.23% from 396); Blue value is 181 (71.09% from 255 or 45.71% from 396); Max value from RGB is 181 - color contains mainly: blue. Hex color #7B5CB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5CB5 is #84A34A. Grayscale: #6F6F6F. Windows color (decimal): -8692555 or 11885691. OLE color: 11885691.
HSL color Cylindrical-coordinate representation of color #7B5CB5: hue angle of 260.9º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B5CB5 is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 123 | 92 | 181 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.29 |
| HSL | 260.9º | 0.38% | 0.54% | - |
| HSV(B) | 260.9º | 0.49% | 0.71% | - |
| XYZ | 20.34 | 15.2 | 45.58 | - |
| YUV | 111.42 | 167.27 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 92 | 181 | 0.32 | 0.49 | 0 | 0.29 | 260.9 | 0.38 | 0.54 |
| Hex | 7B | 5C | B5 | 20 | 31 | 0 | 1D | 105 | 26 | 36 |
| Octal | 173 | 134 | 265 | 40 | 61 | 0 | 35 | 405 | 46 | 66 |
| Binary | 1111011 | 1011100 | 10110101 | 100000 | 110001 | 0 | 11101 | 100000101 | 100110 | 110110 |
Color Harmonies of #7B5CB5
Complementary color
Monochromatic Colors of #7B5CB5
Black with #7B5CB5
Text Example
Text Example
White with #7B5CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5CB5; }
p { color: rgb(123,92,181); }
H1.HeaderClassName
{
color: #7B5CB5;
}
.AnyTagClassName
{
color: #7B5CB5;
}
</style>
background-color css
<style>
a { background-color: #7B5CB5; }
a { background-color: rgb(123,92,181); }
div.DivClassName
{
background-color: #7B5CB5;
}
.BgClassName
{
background-color: #7B5CB5;
}
</style>
border-color css
<style>
span { border-color: #7B5CB5; }
span { border-color: rgb(123,92,181); }
td.TdClassName
{
border-color: #7B5CB5;
}
.TagClassName
{
border-color: #7B5CB5;
}
</style>