Shades of Blue Marguerite #7251B8
Tints of Blue Marguerite #7251B8
RGB
CMYK
RGB Variations
Color information
#7251B8 (or 0x7251B8) is known color: Blue Marguerite. HEX triplet: 72, 51 and B8. RGB value is (114,81,184). Sum of RGB (Red+Green+Blue) = 114+81+184=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 184 (72.27% from 255 or 48.55% from 379); Max value from RGB is 184 - color contains mainly: blue. Hex color #7251B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7251B8 is #8DAE47. Grayscale: #666666. Windows color (decimal): -9285192 or 12079474. OLE color: 12079474.
HSL color Cylindrical-coordinate representation of color #7251B8: hue angle of 259.22º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7251B8 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 114 | 81 | 184 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.28 |
| HSL | 259.22º | 0.42% | 0.52% | - |
| HSV(B) | 259.22º | 0.56% | 0.72% | - |
| XYZ | 18.53 | 12.92 | 46.86 | - |
| YUV | 102.61 | 173.93 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 81 | 184 | 0.38 | 0.56 | 0 | 0.28 | 259.22 | 0.42 | 0.52 |
| Hex | 72 | 51 | B8 | 26 | 38 | 0 | 1C | 103 | 2A | 34 |
| Octal | 162 | 121 | 270 | 46 | 70 | 0 | 34 | 403 | 52 | 64 |
| Binary | 1110010 | 1010001 | 10111000 | 100110 | 111000 | 0 | 11100 | 100000011 | 101010 | 110100 |
Color Harmonies of #7251B8
Complementary color
Monochromatic Colors of #7251B8
Black with #7251B8
Text Example
Text Example
White with #7251B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7251B8; }
p { color: rgb(114,81,184); }
H1.HeaderClassName
{
color: #7251B8;
}
.AnyTagClassName
{
color: #7251B8;
}
</style>
background-color css
<style>
a { background-color: #7251B8; }
a { background-color: rgb(114,81,184); }
div.DivClassName
{
background-color: #7251B8;
}
.BgClassName
{
background-color: #7251B8;
}
</style>
border-color css
<style>
span { border-color: #7251B8; }
span { border-color: rgb(114,81,184); }
td.TdClassName
{
border-color: #7251B8;
}
.TagClassName
{
border-color: #7251B8;
}
</style>