Shades of Blue Marguerite #7B5ABE
Tints of Blue Marguerite #7B5ABE
RGB
CMYK
RGB Variations
Color information
#7B5ABE (or 0x7B5ABE) is known color: Blue Marguerite. HEX triplet: 7B, 5A and BE. RGB value is (123,90,190). Sum of RGB (Red+Green+Blue) = 123+90+190=403 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.52% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B5ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5ABE is #84A541. Grayscale: #6E6E6E. Windows color (decimal): -8693058 or 12475003. OLE color: 12475003.
HSL color Cylindrical-coordinate representation of color #7B5ABE: hue angle of 259.8º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7B5ABE is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 90 | 190 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.25 |
| HSL | 259.8º | 0.43% | 0.55% | - |
| HSV(B) | 259.8º | 0.53% | 0.75% | - |
| XYZ | 21.12 | 15.24 | 50.54 | - |
| YUV | 111.27 | 172.43 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 90 | 190 | 0.35 | 0.53 | 0 | 0.25 | 259.8 | 0.43 | 0.55 |
| Hex | 7B | 5A | BE | 23 | 35 | 0 | 19 | 104 | 2B | 37 |
| Octal | 173 | 132 | 276 | 43 | 65 | 0 | 31 | 404 | 53 | 67 |
| Binary | 1111011 | 1011010 | 10111110 | 100011 | 110101 | 0 | 11001 | 100000100 | 101011 | 110111 |
Color Harmonies of #7B5ABE
Complementary color
Monochromatic Colors of #7B5ABE
Black with #7B5ABE
Text Example
Text Example
White with #7B5ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5ABE; }
p { color: rgb(123,90,190); }
H1.HeaderClassName
{
color: #7B5ABE;
}
.AnyTagClassName
{
color: #7B5ABE;
}
</style>
background-color css
<style>
a { background-color: #7B5ABE; }
a { background-color: rgb(123,90,190); }
div.DivClassName
{
background-color: #7B5ABE;
}
.BgClassName
{
background-color: #7B5ABE;
}
</style>
border-color css
<style>
span { border-color: #7B5ABE; }
span { border-color: rgb(123,90,190); }
td.TdClassName
{
border-color: #7B5ABE;
}
.TagClassName
{
border-color: #7B5ABE;
}
</style>