Shades of Blue Marguerite #7150BA
Tints of Blue Marguerite #7150BA
RGB
CMYK
RGB Variations
Color information
#7150BA (or 0x7150BA) is known color: Blue Marguerite. HEX triplet: 71, 50 and BA. RGB value is (113,80,186). Sum of RGB (Red+Green+Blue) = 113+80+186=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #7150BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7150BA is #8EAF45. Grayscale: #656565. Windows color (decimal): -9350982 or 12210289. OLE color: 12210289.
HSL color Cylindrical-coordinate representation of color #7150BA: hue angle of 258.68º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7150BA is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 80 | 186 | - |
| CMYK | 0.39 | 0.57 | 0 | 0.27 |
| HSL | 258.68º | 0.43% | 0.52% | - |
| HSV(B) | 258.68º | 0.57% | 0.73% | - |
| XYZ | 18.54 | 12.79 | 47.95 | - |
| YUV | 101.95 | 175.43 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 80 | 186 | 0.39 | 0.57 | 0 | 0.27 | 258.68 | 0.43 | 0.52 |
| Hex | 71 | 50 | BA | 27 | 39 | 0 | 1B | 103 | 2B | 34 |
| Octal | 161 | 120 | 272 | 47 | 71 | 0 | 33 | 403 | 53 | 64 |
| Binary | 1110001 | 1010000 | 10111010 | 100111 | 111001 | 0 | 11011 | 100000011 | 101011 | 110100 |
Color Harmonies of #7150BA
Complementary color
Monochromatic Colors of #7150BA
Black with #7150BA
Text Example
Text Example
White with #7150BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7150BA; }
p { color: rgb(113,80,186); }
H1.HeaderClassName
{
color: #7150BA;
}
.AnyTagClassName
{
color: #7150BA;
}
</style>
background-color css
<style>
a { background-color: #7150BA; }
a { background-color: rgb(113,80,186); }
div.DivClassName
{
background-color: #7150BA;
}
.BgClassName
{
background-color: #7150BA;
}
</style>
border-color css
<style>
span { border-color: #7150BA; }
span { border-color: rgb(113,80,186); }
td.TdClassName
{
border-color: #7150BA;
}
.TagClassName
{
border-color: #7150BA;
}
</style>