Shades of Blue Marguerite #7B5ABC
Tints of Blue Marguerite #7B5ABC
RGB
CMYK
RGB Variations
Color information
#7B5ABC (or 0x7B5ABC) is known color: Blue Marguerite. HEX triplet: 7B, 5A and BC. RGB value is (123,90,188). Sum of RGB (Red+Green+Blue) = 123+90+188=401 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.67% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #7B5ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5ABC is #84A543. Grayscale: #6E6E6E. Windows color (decimal): -8693060 or 12343931. OLE color: 12343931.
HSL color Cylindrical-coordinate representation of color #7B5ABC: hue angle of 260.2º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7B5ABC is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 90 | 188 | - |
| CMYK | 0.35 | 0.52 | 0 | 0.26 |
| HSL | 260.2º | 0.42% | 0.55% | - |
| HSV(B) | 260.2º | 0.52% | 0.74% | - |
| XYZ | 20.9 | 15.15 | 49.4 | - |
| YUV | 111.04 | 171.43 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 90 | 188 | 0.35 | 0.52 | 0 | 0.26 | 260.2 | 0.42 | 0.55 |
| Hex | 7B | 5A | BC | 23 | 34 | 0 | 1A | 104 | 2A | 37 |
| Octal | 173 | 132 | 274 | 43 | 64 | 0 | 32 | 404 | 52 | 67 |
| Binary | 1111011 | 1011010 | 10111100 | 100011 | 110100 | 0 | 11010 | 100000100 | 101010 | 110111 |
Color Harmonies of #7B5ABC
Complementary color
Monochromatic Colors of #7B5ABC
Black with #7B5ABC
Text Example
Text Example
White with #7B5ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5ABC; }
p { color: rgb(123,90,188); }
H1.HeaderClassName
{
color: #7B5ABC;
}
.AnyTagClassName
{
color: #7B5ABC;
}
</style>
background-color css
<style>
a { background-color: #7B5ABC; }
a { background-color: rgb(123,90,188); }
div.DivClassName
{
background-color: #7B5ABC;
}
.BgClassName
{
background-color: #7B5ABC;
}
</style>
border-color css
<style>
span { border-color: #7B5ABC; }
span { border-color: rgb(123,90,188); }
td.TdClassName
{
border-color: #7B5ABC;
}
.TagClassName
{
border-color: #7B5ABC;
}
</style>