Shades of Blue Marguerite #7B5CBC
Tints of Blue Marguerite #7B5CBC
RGB
CMYK
RGB Variations
Color information
#7B5CBC (or 0x7B5CBC) is known color: Blue Marguerite. HEX triplet: 7B, 5C and BC. RGB value is (123,92,188). Sum of RGB (Red+Green+Blue) = 123+92+188=403 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.52% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #7B5CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5CBC is #84A343. Grayscale: #6F6F6F. Windows color (decimal): -8692548 or 12344443. OLE color: 12344443.
HSL color Cylindrical-coordinate representation of color #7B5CBC: hue angle of 259.38º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B5CBC is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 92 | 188 | - |
| CMYK | 0.35 | 0.51 | 0 | 0.26 |
| HSL | 259.38º | 0.42% | 0.55% | - |
| HSV(B) | 259.38º | 0.51% | 0.74% | - |
| XYZ | 21.07 | 15.5 | 49.46 | - |
| YUV | 112.21 | 170.77 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 92 | 188 | 0.35 | 0.51 | 0 | 0.26 | 259.38 | 0.42 | 0.55 |
| Hex | 7B | 5C | BC | 23 | 33 | 0 | 1A | 103 | 2A | 37 |
| Octal | 173 | 134 | 274 | 43 | 63 | 0 | 32 | 403 | 52 | 67 |
| Binary | 1111011 | 1011100 | 10111100 | 100011 | 110011 | 0 | 11010 | 100000011 | 101010 | 110111 |
Color Harmonies of #7B5CBC
Complementary color
Monochromatic Colors of #7B5CBC
Black with #7B5CBC
Text Example
Text Example
White with #7B5CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5CBC; }
p { color: rgb(123,92,188); }
H1.HeaderClassName
{
color: #7B5CBC;
}
.AnyTagClassName
{
color: #7B5CBC;
}
</style>
background-color css
<style>
a { background-color: #7B5CBC; }
a { background-color: rgb(123,92,188); }
div.DivClassName
{
background-color: #7B5CBC;
}
.BgClassName
{
background-color: #7B5CBC;
}
</style>
border-color css
<style>
span { border-color: #7B5CBC; }
span { border-color: rgb(123,92,188); }
td.TdClassName
{
border-color: #7B5CBC;
}
.TagClassName
{
border-color: #7B5CBC;
}
</style>