Shades of Blue Marguerite #7252B4
Tints of Blue Marguerite #7252B4
RGB
CMYK
RGB Variations
Color information
#7252B4 (or 0x7252B4) is known color: Blue Marguerite. HEX triplet: 72, 52 and B4. RGB value is (114,82,180). Sum of RGB (Red+Green+Blue) = 114+82+180=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 180 (70.70% from 255 or 47.87% from 376); Max value from RGB is 180 - color contains mainly: blue. Hex color #7252B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7252B4 is #8DAD4B. Grayscale: #666666. Windows color (decimal): -9284940 or 11817586. OLE color: 11817586.
HSL color Cylindrical-coordinate representation of color #7252B4: hue angle of 259.59º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7252B4 is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 114 | 82 | 180 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.29 |
| HSL | 259.59º | 0.4% | 0.51% | - |
| HSV(B) | 259.59º | 0.54% | 0.71% | - |
| XYZ | 18.19 | 12.91 | 44.71 | - |
| YUV | 102.74 | 171.6 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 82 | 180 | 0.37 | 0.54 | 0 | 0.29 | 259.59 | 0.4 | 0.51 |
| Hex | 72 | 52 | B4 | 25 | 36 | 0 | 1D | 104 | 28 | 33 |
| Octal | 162 | 122 | 264 | 45 | 66 | 0 | 35 | 404 | 50 | 63 |
| Binary | 1110010 | 1010010 | 10110100 | 100101 | 110110 | 0 | 11101 | 100000100 | 101000 | 110011 |
Color Harmonies of #7252B4
Complementary color
Monochromatic Colors of #7252B4
Black with #7252B4
Text Example
Text Example
White with #7252B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7252B4; }
p { color: rgb(114,82,180); }
H1.HeaderClassName
{
color: #7252B4;
}
.AnyTagClassName
{
color: #7252B4;
}
</style>
background-color css
<style>
a { background-color: #7252B4; }
a { background-color: rgb(114,82,180); }
div.DivClassName
{
background-color: #7252B4;
}
.BgClassName
{
background-color: #7252B4;
}
</style>
border-color css
<style>
span { border-color: #7252B4; }
span { border-color: rgb(114,82,180); }
td.TdClassName
{
border-color: #7252B4;
}
.TagClassName
{
border-color: #7252B4;
}
</style>