Shades of Blue Marguerite #7B5CB6
Tints of Blue Marguerite #7B5CB6
RGB
CMYK
RGB Variations
Color information
#7B5CB6 (or 0x7B5CB6) is known color: Blue Marguerite. HEX triplet: 7B, 5C and B6. RGB value is (123,92,182). Sum of RGB (Red+Green+Blue) = 123+92+182=397 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.98% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 182 (71.48% from 255 or 45.84% from 397); Max value from RGB is 182 - color contains mainly: blue. Hex color #7B5CB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5CB6 is #84A349. Grayscale: #6F6F6F. Windows color (decimal): -8692554 or 11951227. OLE color: 11951227.
HSL color Cylindrical-coordinate representation of color #7B5CB6: hue angle of 260.67º 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 #7B5CB6 is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 123 | 92 | 182 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.29 |
| HSL | 260.67º | 0.38% | 0.54% | - |
| HSV(B) | 260.67º | 0.49% | 0.71% | - |
| XYZ | 20.44 | 15.24 | 46.12 | - |
| YUV | 111.53 | 167.77 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 92 | 182 | 0.32 | 0.49 | 0 | 0.29 | 260.67 | 0.38 | 0.54 |
| Hex | 7B | 5C | B6 | 20 | 31 | 0 | 1D | 105 | 26 | 36 |
| Octal | 173 | 134 | 266 | 40 | 61 | 0 | 35 | 405 | 46 | 66 |
| Binary | 1111011 | 1011100 | 10110110 | 100000 | 110001 | 0 | 11101 | 100000101 | 100110 | 110110 |
Color Harmonies of #7B5CB6
Complementary color
Monochromatic Colors of #7B5CB6
Black with #7B5CB6
Text Example
Text Example
White with #7B5CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5CB6; }
p { color: rgb(123,92,182); }
H1.HeaderClassName
{
color: #7B5CB6;
}
.AnyTagClassName
{
color: #7B5CB6;
}
</style>
background-color css
<style>
a { background-color: #7B5CB6; }
a { background-color: rgb(123,92,182); }
div.DivClassName
{
background-color: #7B5CB6;
}
.BgClassName
{
background-color: #7B5CB6;
}
</style>
border-color css
<style>
span { border-color: #7B5CB6; }
span { border-color: rgb(123,92,182); }
td.TdClassName
{
border-color: #7B5CB6;
}
.TagClassName
{
border-color: #7B5CB6;
}
</style>