Shades of Blue Marguerite #7260BE
Tints of Blue Marguerite #7260BE
RGB
CMYK
RGB Variations
Color information
#7260BE (or 0x7260BE) is known color: Blue Marguerite. HEX triplet: 72, 60 and BE. RGB value is (114,96,190). Sum of RGB (Red+Green+Blue) = 114+96+190=400 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.5% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #7260BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7260BE is #8D9F41. Grayscale: #6F6F6F. Windows color (decimal): -9281346 or 12476530. OLE color: 12476530.
HSL color Cylindrical-coordinate representation of color #7260BE: hue angle of 251.49º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7260BE is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 96 | 190 | - |
| CMYK | 0.40 | 0.49 | 0 | 0.25 |
| HSL | 251.49º | 0.42% | 0.56% | - |
| HSV(B) | 251.49º | 0.49% | 0.75% | - |
| XYZ | 20.42 | 15.66 | 50.66 | - |
| YUV | 112.1 | 171.96 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 96 | 190 | 0.40 | 0.49 | 0 | 0.25 | 251.49 | 0.42 | 0.56 |
| Hex | 72 | 60 | BE | 28 | 31 | 0 | 19 | FB | 2A | 38 |
| Octal | 162 | 140 | 276 | 50 | 61 | 0 | 31 | 373 | 52 | 70 |
| Binary | 1110010 | 1100000 | 10111110 | 101000 | 110001 | 0 | 11001 | 11111011 | 101010 | 111000 |
Color Harmonies of #7260BE
Complementary color
Monochromatic Colors of #7260BE
Black with #7260BE
Text Example
Text Example
White with #7260BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7260BE; }
p { color: rgb(114,96,190); }
H1.HeaderClassName
{
color: #7260BE;
}
.AnyTagClassName
{
color: #7260BE;
}
</style>
background-color css
<style>
a { background-color: #7260BE; }
a { background-color: rgb(114,96,190); }
div.DivClassName
{
background-color: #7260BE;
}
.BgClassName
{
background-color: #7260BE;
}
</style>
border-color css
<style>
span { border-color: #7260BE; }
span { border-color: rgb(114,96,190); }
td.TdClassName
{
border-color: #7260BE;
}
.TagClassName
{
border-color: #7260BE;
}
</style>