Shades of Blue Marguerite #7B5ABB
Tints of Blue Marguerite #7B5ABB
RGB
CMYK
RGB Variations
Color information
#7B5ABB (or 0x7B5ABB) is known color: Blue Marguerite. HEX triplet: 7B, 5A and BB. RGB value is (123,90,187). Sum of RGB (Red+Green+Blue) = 123+90+187=400 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.75% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #7B5ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5ABB is #84A544. Grayscale: #6E6E6E. Windows color (decimal): -8693061 or 12278395. OLE color: 12278395.
HSL color Cylindrical-coordinate representation of color #7B5ABB: hue angle of 260.41º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7B5ABB is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 123 | 90 | 187 | - |
CMYK | 0.34 | 0.52 | 0 | 0.27 |
HSL | 260.41º | 0.42% | 0.54% | - |
HSV(B) | 260.41º | 0.52% | 0.73% | - |
XYZ | 20.79 | 15.11 | 48.83 | - |
YUV | 110.93 | 170.93 | 136.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 123 | 90 | 187 | 0.34 | 0.52 | 0 | 0.27 | 260.41 | 0.42 | 0.54 |
Hex | 7B | 5A | BB | 22 | 34 | 0 | 1B | 104 | 2A | 36 |
Octal | 173 | 132 | 273 | 42 | 64 | 0 | 33 | 404 | 52 | 66 |
Binary | 1111011 | 1011010 | 10111011 | 100010 | 110100 | 0 | 11011 | 100000100 | 101010 | 110110 |
Color Harmonies of #7B5ABB
Complementary color
Monochromatic Colors of #7B5ABB
Black with #7B5ABB
Text Example
Text Example
White with #7B5ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5ABB; }
p { color: rgb(123,90,187); }
H1.HeaderClassName
{
color: #7B5ABB;
}
.AnyTagClassName
{
color: #7B5ABB;
}
</style>
background-color css
<style>
a { background-color: #7B5ABB; }
a { background-color: rgb(123,90,187); }
div.DivClassName
{
background-color: #7B5ABB;
}
.BgClassName
{
background-color: #7B5ABB;
}
</style>
border-color css
<style>
span { border-color: #7B5ABB; }
span { border-color: rgb(123,90,187); }
td.TdClassName
{
border-color: #7B5ABB;
}
.TagClassName
{
border-color: #7B5ABB;
}
</style>