Shades of Blue Marguerite #7250B4
Tints of Blue Marguerite #7250B4
RGB
CMYK
RGB Variations
Color information
#7250B4 (or 0x7250B4) is known color: Blue Marguerite. HEX triplet: 72, 50 and B4. RGB value is (114,80,180). Sum of RGB (Red+Green+Blue) = 114+80+180=374 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.48% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 180 (70.70% from 255 or 48.13% from 374); Max value from RGB is 180 - color contains mainly: blue. Hex color #7250B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7250B4 is #8DAF4B. Grayscale: #656565. Windows color (decimal): -9285452 or 11817074. OLE color: 11817074.
HSL color Cylindrical-coordinate representation of color #7250B4: hue angle of 260.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7250B4 is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 114 | 80 | 180 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.29 |
| HSL | 260.4º | 0.4% | 0.51% | - |
| HSV(B) | 260.4º | 0.56% | 0.71% | - |
| XYZ | 18.05 | 12.61 | 44.66 | - |
| YUV | 101.57 | 172.26 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 80 | 180 | 0.37 | 0.56 | 0 | 0.29 | 260.4 | 0.4 | 0.51 |
| Hex | 72 | 50 | B4 | 25 | 38 | 0 | 1D | 104 | 28 | 33 |
| Octal | 162 | 120 | 264 | 45 | 70 | 0 | 35 | 404 | 50 | 63 |
| Binary | 1110010 | 1010000 | 10110100 | 100101 | 111000 | 0 | 11101 | 100000100 | 101000 | 110011 |
Color Harmonies of #7250B4
Complementary color
Monochromatic Colors of #7250B4
Black with #7250B4
Text Example
Text Example
White with #7250B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7250B4; }
p { color: rgb(114,80,180); }
H1.HeaderClassName
{
color: #7250B4;
}
.AnyTagClassName
{
color: #7250B4;
}
</style>
background-color css
<style>
a { background-color: #7250B4; }
a { background-color: rgb(114,80,180); }
div.DivClassName
{
background-color: #7250B4;
}
.BgClassName
{
background-color: #7250B4;
}
</style>
border-color css
<style>
span { border-color: #7250B4; }
span { border-color: rgb(114,80,180); }
td.TdClassName
{
border-color: #7250B4;
}
.TagClassName
{
border-color: #7250B4;
}
</style>