Shades of Blue Marguerite #7263BB
Tints of Blue Marguerite #7263BB
RGB
CMYK
RGB Variations
Color information
#7263BB (or 0x7263BB) is known color: Blue Marguerite. HEX triplet: 72, 63 and BB. RGB value is (114,99,187). Sum of RGB (Red+Green+Blue) = 114+99+187=400 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.5% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #7263BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7263BB is #8D9C44. Grayscale: #717171. Windows color (decimal): -9280581 or 12280690. OLE color: 12280690.
HSL color Cylindrical-coordinate representation of color #7263BB: hue angle of 250.23º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7263BB is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 99 | 187 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.27 |
| HSL | 250.23º | 0.39% | 0.56% | - |
| HSV(B) | 250.23º | 0.47% | 0.73% | - |
| XYZ | 20.37 | 16.09 | 49.05 | - |
| YUV | 113.52 | 169.47 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 99 | 187 | 0.39 | 0.47 | 0 | 0.27 | 250.23 | 0.39 | 0.56 |
| Hex | 72 | 63 | BB | 27 | 2F | 0 | 1B | FA | 27 | 38 |
| Octal | 162 | 143 | 273 | 47 | 57 | 0 | 33 | 372 | 47 | 70 |
| Binary | 1110010 | 1100011 | 10111011 | 100111 | 101111 | 0 | 11011 | 11111010 | 100111 | 111000 |
Color Harmonies of #7263BB
Complementary color
Monochromatic Colors of #7263BB
Black with #7263BB
Text Example
Text Example
White with #7263BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7263BB; }
p { color: rgb(114,99,187); }
H1.HeaderClassName
{
color: #7263BB;
}
.AnyTagClassName
{
color: #7263BB;
}
</style>
background-color css
<style>
a { background-color: #7263BB; }
a { background-color: rgb(114,99,187); }
div.DivClassName
{
background-color: #7263BB;
}
.BgClassName
{
background-color: #7263BB;
}
</style>
border-color css
<style>
span { border-color: #7263BB; }
span { border-color: rgb(114,99,187); }
td.TdClassName
{
border-color: #7263BB;
}
.TagClassName
{
border-color: #7263BB;
}
</style>