Shades of Blue Marguerite #7B5FBA
Tints of Blue Marguerite #7B5FBA
RGB
CMYK
RGB Variations
Color information
#7B5FBA (or 0x7B5FBA) is known color: Blue Marguerite. HEX triplet: 7B, 5F and BA. RGB value is (123,95,186). Sum of RGB (Red+Green+Blue) = 123+95+186=404 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.45% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #7B5FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5FBA is #84A045. Grayscale: #717171. Windows color (decimal): -8691782 or 12214139. OLE color: 12214139.
HSL color Cylindrical-coordinate representation of color #7B5FBA: hue angle of 258.46º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B5FBA is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 95 | 186 | - |
| CMYK | 0.34 | 0.49 | 0 | 0.27 |
| HSL | 258.46º | 0.4% | 0.55% | - |
| HSV(B) | 258.46º | 0.49% | 0.73% | - |
| XYZ | 21.12 | 15.94 | 48.42 | - |
| YUV | 113.75 | 168.78 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 95 | 186 | 0.34 | 0.49 | 0 | 0.27 | 258.46 | 0.4 | 0.55 |
| Hex | 7B | 5F | BA | 22 | 31 | 0 | 1B | 102 | 28 | 37 |
| Octal | 173 | 137 | 272 | 42 | 61 | 0 | 33 | 402 | 50 | 67 |
| Binary | 1111011 | 1011111 | 10111010 | 100010 | 110001 | 0 | 11011 | 100000010 | 101000 | 110111 |
Color Harmonies of #7B5FBA
Complementary color
Monochromatic Colors of #7B5FBA
Black with #7B5FBA
Text Example
Text Example
White with #7B5FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5FBA; }
p { color: rgb(123,95,186); }
H1.HeaderClassName
{
color: #7B5FBA;
}
.AnyTagClassName
{
color: #7B5FBA;
}
</style>
background-color css
<style>
a { background-color: #7B5FBA; }
a { background-color: rgb(123,95,186); }
div.DivClassName
{
background-color: #7B5FBA;
}
.BgClassName
{
background-color: #7B5FBA;
}
</style>
border-color css
<style>
span { border-color: #7B5FBA; }
span { border-color: rgb(123,95,186); }
td.TdClassName
{
border-color: #7B5FBA;
}
.TagClassName
{
border-color: #7B5FBA;
}
</style>