Shades of Blue Marguerite #7255B5
Tints of Blue Marguerite #7255B5
RGB
CMYK
RGB Variations
Color information
#7255B5 (or 0x7255B5) is known color: Blue Marguerite. HEX triplet: 72, 55 and B5. RGB value is (114,85,181). Sum of RGB (Red+Green+Blue) = 114+85+181=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 181 (71.09% from 255 or 47.63% from 380); Max value from RGB is 181 - color contains mainly: blue. Hex color #7255B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7255B5 is #8DAA4A. Grayscale: #686868. Windows color (decimal): -9284171 or 11883890. OLE color: 11883890.
HSL color Cylindrical-coordinate representation of color #7255B5: hue angle of 258.12º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7255B5 is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 114 | 85 | 181 | - |
| CMYK | 0.37 | 0.53 | 0 | 0.29 |
| HSL | 258.13º | 0.39% | 0.52% | - |
| HSV(B) | 258.13º | 0.53% | 0.71% | - |
| XYZ | 18.53 | 13.41 | 45.33 | - |
| YUV | 104.62 | 171.11 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 85 | 181 | 0.37 | 0.53 | 0 | 0.29 | 258.13 | 0.39 | 0.52 |
| Hex | 72 | 55 | B5 | 25 | 35 | 0 | 1D | 102 | 27 | 34 |
| Octal | 162 | 125 | 265 | 45 | 65 | 0 | 35 | 402 | 47 | 64 |
| Binary | 1110010 | 1010101 | 10110101 | 100101 | 110101 | 0 | 11101 | 100000010 | 100111 | 110100 |
Color Harmonies of #7255B5
Complementary color
Monochromatic Colors of #7255B5
Black with #7255B5
Text Example
Text Example
White with #7255B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7255B5; }
p { color: rgb(114,85,181); }
H1.HeaderClassName
{
color: #7255B5;
}
.AnyTagClassName
{
color: #7255B5;
}
</style>
background-color css
<style>
a { background-color: #7255B5; }
a { background-color: rgb(114,85,181); }
div.DivClassName
{
background-color: #7255B5;
}
.BgClassName
{
background-color: #7255B5;
}
</style>
border-color css
<style>
span { border-color: #7255B5; }
span { border-color: rgb(114,85,181); }
td.TdClassName
{
border-color: #7255B5;
}
.TagClassName
{
border-color: #7255B5;
}
</style>