Shades of Blue Marguerite #7253B2
Tints of Blue Marguerite #7253B2
RGB
CMYK
RGB Variations
Color information
#7253B2 (or 0x7253B2) is known color: Blue Marguerite. HEX triplet: 72, 53 and B2. RGB value is (114,83,178). Sum of RGB (Red+Green+Blue) = 114+83+178=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 178 (69.92% from 255 or 47.47% from 375); Max value from RGB is 178 - color contains mainly: blue. Hex color #7253B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7253B2 is #8DAC4D. Grayscale: #666666. Windows color (decimal): -9284686 or 11686770. OLE color: 11686770.
HSL color Cylindrical-coordinate representation of color #7253B2: hue angle of 259.58º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7253B2 is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 114 | 83 | 178 | - |
| CMYK | 0.36 | 0.53 | 0 | 0.30 |
| HSL | 259.58º | 0.38% | 0.51% | - |
| HSV(B) | 259.58º | 0.53% | 0.7% | - |
| XYZ | 18.07 | 12.98 | 43.67 | - |
| YUV | 103.1 | 170.27 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 83 | 178 | 0.36 | 0.53 | 0 | 0.30 | 259.58 | 0.38 | 0.51 |
| Hex | 72 | 53 | B2 | 24 | 35 | 0 | 1E | 104 | 26 | 33 |
| Octal | 162 | 123 | 262 | 44 | 65 | 0 | 36 | 404 | 46 | 63 |
| Binary | 1110010 | 1010011 | 10110010 | 100100 | 110101 | 0 | 11110 | 100000100 | 100110 | 110011 |
Color Harmonies of #7253B2
Complementary color
Monochromatic Colors of #7253B2
Black with #7253B2
Text Example
Text Example
White with #7253B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7253B2; }
p { color: rgb(114,83,178); }
H1.HeaderClassName
{
color: #7253B2;
}
.AnyTagClassName
{
color: #7253B2;
}
</style>
background-color css
<style>
a { background-color: #7253B2; }
a { background-color: rgb(114,83,178); }
div.DivClassName
{
background-color: #7253B2;
}
.BgClassName
{
background-color: #7253B2;
}
</style>
border-color css
<style>
span { border-color: #7253B2; }
span { border-color: rgb(114,83,178); }
td.TdClassName
{
border-color: #7253B2;
}
.TagClassName
{
border-color: #7253B2;
}
</style>