Shades of Blue Marguerite #7255BB
Tints of Blue Marguerite #7255BB
RGB
CMYK
RGB Variations
Color information
#7255BB (or 0x7255BB) is known color: Blue Marguerite. HEX triplet: 72, 55 and BB. RGB value is (114,85,187). Sum of RGB (Red+Green+Blue) = 114+85+187=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #7255BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7255BB is #8DAA44. Grayscale: #686868. Windows color (decimal): -9284165 or 12277106. OLE color: 12277106.
HSL color Cylindrical-coordinate representation of color #7255BB: hue angle of 257.06º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7255BB is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 85 | 187 | - |
| CMYK | 0.39 | 0.55 | 0 | 0.27 |
| HSL | 257.06º | 0.43% | 0.53% | - |
| HSV(B) | 257.06º | 0.55% | 0.73% | - |
| XYZ | 19.16 | 13.66 | 48.64 | - |
| YUV | 105.3 | 174.11 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 85 | 187 | 0.39 | 0.55 | 0 | 0.27 | 257.06 | 0.43 | 0.53 |
| Hex | 72 | 55 | BB | 27 | 37 | 0 | 1B | 101 | 2B | 35 |
| Octal | 162 | 125 | 273 | 47 | 67 | 0 | 33 | 401 | 53 | 65 |
| Binary | 1110010 | 1010101 | 10111011 | 100111 | 110111 | 0 | 11011 | 100000001 | 101011 | 110101 |
Color Harmonies of #7255BB
Complementary color
Monochromatic Colors of #7255BB
Black with #7255BB
Text Example
Text Example
White with #7255BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7255BB; }
p { color: rgb(114,85,187); }
H1.HeaderClassName
{
color: #7255BB;
}
.AnyTagClassName
{
color: #7255BB;
}
</style>
background-color css
<style>
a { background-color: #7255BB; }
a { background-color: rgb(114,85,187); }
div.DivClassName
{
background-color: #7255BB;
}
.BgClassName
{
background-color: #7255BB;
}
</style>
border-color css
<style>
span { border-color: #7255BB; }
span { border-color: rgb(114,85,187); }
td.TdClassName
{
border-color: #7255BB;
}
.TagClassName
{
border-color: #7255BB;
}
</style>