Shades of Blue Marguerite #7150B2
Tints of Blue Marguerite #7150B2
RGB
CMYK
RGB Variations
Color information
#7150B2 (or 0x7150B2) is known color: Blue Marguerite. HEX triplet: 71, 50 and B2. RGB value is (113,80,178). Sum of RGB (Red+Green+Blue) = 113+80+178=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 178 (69.92% from 255 or 47.98% from 371); Max value from RGB is 178 - color contains mainly: blue. Hex color #7150B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7150B2 is #8EAF4D. Grayscale: #646464. Windows color (decimal): -9350990 or 11686001. OLE color: 11686001.
HSL color Cylindrical-coordinate representation of color #7150B2: hue angle of 260.2º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7150B2 is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 113 | 80 | 178 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.30 |
| HSL | 260.2º | 0.39% | 0.51% | - |
| HSV(B) | 260.2º | 0.55% | 0.7% | - |
| XYZ | 17.71 | 12.46 | 43.59 | - |
| YUV | 101.04 | 171.43 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 80 | 178 | 0.37 | 0.55 | 0 | 0.30 | 260.2 | 0.39 | 0.51 |
| Hex | 71 | 50 | B2 | 25 | 37 | 0 | 1E | 104 | 27 | 33 |
| Octal | 161 | 120 | 262 | 45 | 67 | 0 | 36 | 404 | 47 | 63 |
| Binary | 1110001 | 1010000 | 10110010 | 100101 | 110111 | 0 | 11110 | 100000100 | 100111 | 110011 |
Color Harmonies of #7150B2
Complementary color
Monochromatic Colors of #7150B2
Black with #7150B2
Text Example
Text Example
White with #7150B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7150B2; }
p { color: rgb(113,80,178); }
H1.HeaderClassName
{
color: #7150B2;
}
.AnyTagClassName
{
color: #7150B2;
}
</style>
background-color css
<style>
a { background-color: #7150B2; }
a { background-color: rgb(113,80,178); }
div.DivClassName
{
background-color: #7150B2;
}
.BgClassName
{
background-color: #7150B2;
}
</style>
border-color css
<style>
span { border-color: #7150B2; }
span { border-color: rgb(113,80,178); }
td.TdClassName
{
border-color: #7150B2;
}
.TagClassName
{
border-color: #7150B2;
}
</style>