Shades of Blue Marguerite #7254B1
Tints of Blue Marguerite #7254B1
RGB
CMYK
RGB Variations
Color information
#7254B1 (or 0x7254B1) is known color: Blue Marguerite. HEX triplet: 72, 54 and B1. RGB value is (114,84,177). Sum of RGB (Red+Green+Blue) = 114+84+177=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 177 (69.53% from 255 or 47.2% from 375); Max value from RGB is 177 - color contains mainly: blue. Hex color #7254B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7254B1 is #8DAB4E. Grayscale: #676767. Windows color (decimal): -9284431 or 11621490. OLE color: 11621490.
HSL color Cylindrical-coordinate representation of color #7254B1: hue angle of 259.35º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7254B1 is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 114 | 84 | 177 | - |
| CMYK | 0.36 | 0.53 | 0 | 0.31 |
| HSL | 259.35º | 0.37% | 0.51% | - |
| HSV(B) | 259.35º | 0.53% | 0.69% | - |
| XYZ | 18.05 | 13.09 | 43.17 | - |
| YUV | 103.57 | 169.44 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 84 | 177 | 0.36 | 0.53 | 0 | 0.31 | 259.35 | 0.37 | 0.51 |
| Hex | 72 | 54 | B1 | 24 | 35 | 0 | 1F | 103 | 25 | 33 |
| Octal | 162 | 124 | 261 | 44 | 65 | 0 | 37 | 403 | 45 | 63 |
| Binary | 1110010 | 1010100 | 10110001 | 100100 | 110101 | 0 | 11111 | 100000011 | 100101 | 110011 |
Color Harmonies of #7254B1
Complementary color
Monochromatic Colors of #7254B1
Black with #7254B1
Text Example
Text Example
White with #7254B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7254B1; }
p { color: rgb(114,84,177); }
H1.HeaderClassName
{
color: #7254B1;
}
.AnyTagClassName
{
color: #7254B1;
}
</style>
background-color css
<style>
a { background-color: #7254B1; }
a { background-color: rgb(114,84,177); }
div.DivClassName
{
background-color: #7254B1;
}
.BgClassName
{
background-color: #7254B1;
}
</style>
border-color css
<style>
span { border-color: #7254B1; }
span { border-color: rgb(114,84,177); }
td.TdClassName
{
border-color: #7254B1;
}
.TagClassName
{
border-color: #7254B1;
}
</style>