Shades of Blue Marguerite #7256BB
Tints of Blue Marguerite #7256BB
RGB
CMYK
RGB Variations
Color information
#7256BB (or 0x7256BB) is known color: Blue Marguerite. HEX triplet: 72, 56 and BB. RGB value is (114,86,187). Sum of RGB (Red+Green+Blue) = 114+86+187=387 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.46% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #7256BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7256BB is #8DA944. Grayscale: #696969. Windows color (decimal): -9283909 or 12277362. OLE color: 12277362.
HSL color Cylindrical-coordinate representation of color #7256BB: hue angle of 256.63º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7256BB is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 86 | 187 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.27 |
| HSL | 256.63º | 0.43% | 0.54% | - |
| HSV(B) | 256.63º | 0.54% | 0.73% | - |
| XYZ | 19.24 | 13.82 | 48.67 | - |
| YUV | 105.89 | 173.78 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 86 | 187 | 0.39 | 0.54 | 0 | 0.27 | 256.63 | 0.43 | 0.54 |
| Hex | 72 | 56 | BB | 27 | 36 | 0 | 1B | 101 | 2B | 36 |
| Octal | 162 | 126 | 273 | 47 | 66 | 0 | 33 | 401 | 53 | 66 |
| Binary | 1110010 | 1010110 | 10111011 | 100111 | 110110 | 0 | 11011 | 100000001 | 101011 | 110110 |
Color Harmonies of #7256BB
Complementary color
Monochromatic Colors of #7256BB
Black with #7256BB
Text Example
Text Example
White with #7256BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7256BB; }
p { color: rgb(114,86,187); }
H1.HeaderClassName
{
color: #7256BB;
}
.AnyTagClassName
{
color: #7256BB;
}
</style>
background-color css
<style>
a { background-color: #7256BB; }
a { background-color: rgb(114,86,187); }
div.DivClassName
{
background-color: #7256BB;
}
.BgClassName
{
background-color: #7256BB;
}
</style>
border-color css
<style>
span { border-color: #7256BB; }
span { border-color: rgb(114,86,187); }
td.TdClassName
{
border-color: #7256BB;
}
.TagClassName
{
border-color: #7256BB;
}
</style>