Shades of Blue Marguerite #7250B2
Tints of Blue Marguerite #7250B2
RGB
CMYK
RGB Variations
Color information
#7250B2 (or 0x7250B2) is known color: Blue Marguerite. HEX triplet: 72, 50 and B2. RGB value is (114,80,178). Sum of RGB (Red+Green+Blue) = 114+80+178=372 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.65% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 178 (69.92% from 255 or 47.85% from 372); Max value from RGB is 178 - color contains mainly: blue. Hex color #7250B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7250B2 is #8DAF4D. Grayscale: #646464. Windows color (decimal): -9285454 or 11686002. OLE color: 11686002.
HSL color Cylindrical-coordinate representation of color #7250B2: hue angle of 260.82º 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 #7250B2 is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 114 | 80 | 178 | - |
| CMYK | 0.36 | 0.55 | 0 | 0.30 |
| HSL | 260.82º | 0.39% | 0.51% | - |
| HSV(B) | 260.82º | 0.55% | 0.7% | - |
| XYZ | 17.84 | 12.53 | 43.6 | - |
| YUV | 101.34 | 171.26 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 80 | 178 | 0.36 | 0.55 | 0 | 0.30 | 260.82 | 0.39 | 0.51 |
| Hex | 72 | 50 | B2 | 24 | 37 | 0 | 1E | 105 | 27 | 33 |
| Octal | 162 | 120 | 262 | 44 | 67 | 0 | 36 | 405 | 47 | 63 |
| Binary | 1110010 | 1010000 | 10110010 | 100100 | 110111 | 0 | 11110 | 100000101 | 100111 | 110011 |
Color Harmonies of #7250B2
Complementary color
Monochromatic Colors of #7250B2
Black with #7250B2
Text Example
Text Example
White with #7250B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7250B2; }
p { color: rgb(114,80,178); }
H1.HeaderClassName
{
color: #7250B2;
}
.AnyTagClassName
{
color: #7250B2;
}
</style>
background-color css
<style>
a { background-color: #7250B2; }
a { background-color: rgb(114,80,178); }
div.DivClassName
{
background-color: #7250B2;
}
.BgClassName
{
background-color: #7250B2;
}
</style>
border-color css
<style>
span { border-color: #7250B2; }
span { border-color: rgb(114,80,178); }
td.TdClassName
{
border-color: #7250B2;
}
.TagClassName
{
border-color: #7250B2;
}
</style>