Shades of Blue Marguerite #7261BE
Tints of Blue Marguerite #7261BE
RGB
CMYK
RGB Variations
Color information
#7261BE (or 0x7261BE) is known color: Blue Marguerite. HEX triplet: 72, 61 and BE. RGB value is (114,97,190). Sum of RGB (Red+Green+Blue) = 114+97+190=401 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.43% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #7261BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7261BE is #8D9E41. Grayscale: #707070. Windows color (decimal): -9281090 or 12476786. OLE color: 12476786.
HSL color Cylindrical-coordinate representation of color #7261BE: hue angle of 250.97º 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 #7261BE is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 97 | 190 | - |
| CMYK | 0.40 | 0.49 | 0 | 0.25 |
| HSL | 250.97º | 0.42% | 0.56% | - |
| HSV(B) | 250.97º | 0.49% | 0.75% | - |
| XYZ | 20.51 | 15.84 | 50.69 | - |
| YUV | 112.69 | 171.63 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 97 | 190 | 0.40 | 0.49 | 0 | 0.25 | 250.97 | 0.42 | 0.56 |
| Hex | 72 | 61 | BE | 28 | 31 | 0 | 19 | FB | 2A | 38 |
| Octal | 162 | 141 | 276 | 50 | 61 | 0 | 31 | 373 | 52 | 70 |
| Binary | 1110010 | 1100001 | 10111110 | 101000 | 110001 | 0 | 11001 | 11111011 | 101010 | 111000 |
Color Harmonies of #7261BE
Complementary color
Monochromatic Colors of #7261BE
Black with #7261BE
Text Example
Text Example
White with #7261BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7261BE; }
p { color: rgb(114,97,190); }
H1.HeaderClassName
{
color: #7261BE;
}
.AnyTagClassName
{
color: #7261BE;
}
</style>
background-color css
<style>
a { background-color: #7261BE; }
a { background-color: rgb(114,97,190); }
div.DivClassName
{
background-color: #7261BE;
}
.BgClassName
{
background-color: #7261BE;
}
</style>
border-color css
<style>
span { border-color: #7261BE; }
span { border-color: rgb(114,97,190); }
td.TdClassName
{
border-color: #7261BE;
}
.TagClassName
{
border-color: #7261BE;
}
</style>