Shades of Blue Marguerite #7B5CB4
Tints of Blue Marguerite #7B5CB4
RGB
CMYK
RGB Variations
Color information
#7B5CB4 (or 0x7B5CB4) is known color: Blue Marguerite. HEX triplet: 7B, 5C and B4. RGB value is (123,92,180). Sum of RGB (Red+Green+Blue) = 123+92+180=395 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.14% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 180 (70.70% from 255 or 45.57% from 395); Max value from RGB is 180 - color contains mainly: blue. Hex color #7B5CB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5CB4 is #84A34B. Grayscale: #6E6E6E. Windows color (decimal): -8692556 or 11820155. OLE color: 11820155.
HSL color Cylindrical-coordinate representation of color #7B5CB4: hue angle of 261.14º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B5CB4 is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 123 | 92 | 180 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.29 |
| HSL | 261.14º | 0.37% | 0.53% | - |
| HSV(B) | 261.14º | 0.49% | 0.71% | - |
| XYZ | 20.23 | 15.16 | 45.04 | - |
| YUV | 111.3 | 166.77 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 92 | 180 | 0.32 | 0.49 | 0 | 0.29 | 261.14 | 0.37 | 0.53 |
| Hex | 7B | 5C | B4 | 20 | 31 | 0 | 1D | 105 | 25 | 35 |
| Octal | 173 | 134 | 264 | 40 | 61 | 0 | 35 | 405 | 45 | 65 |
| Binary | 1111011 | 1011100 | 10110100 | 100000 | 110001 | 0 | 11101 | 100000101 | 100101 | 110101 |
Color Harmonies of #7B5CB4
Complementary color
Monochromatic Colors of #7B5CB4
Black with #7B5CB4
Text Example
Text Example
White with #7B5CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5CB4; }
p { color: rgb(123,92,180); }
H1.HeaderClassName
{
color: #7B5CB4;
}
.AnyTagClassName
{
color: #7B5CB4;
}
</style>
background-color css
<style>
a { background-color: #7B5CB4; }
a { background-color: rgb(123,92,180); }
div.DivClassName
{
background-color: #7B5CB4;
}
.BgClassName
{
background-color: #7B5CB4;
}
</style>
border-color css
<style>
span { border-color: #7B5CB4; }
span { border-color: rgb(123,92,180); }
td.TdClassName
{
border-color: #7B5CB4;
}
.TagClassName
{
border-color: #7B5CB4;
}
</style>