Shades of Blue Marguerite #7456BE
Tints of Blue Marguerite #7456BE
RGB
CMYK
RGB Variations
Color information
#7456BE (or 0x7456BE) is known color: Blue Marguerite. HEX triplet: 74, 56 and BE. RGB value is (116,86,190). Sum of RGB (Red+Green+Blue) = 116+86+190=392 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.59% from 392); Green value is 86 (33.98% from 255 or 21.94% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #7456BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7456BE is #8BA941. Grayscale: #6A6A6A. Windows color (decimal): -9152834 or 12473972. OLE color: 12473972.
HSL color Cylindrical-coordinate representation of color #7456BE: hue angle of 257.31º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7456BE is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 86 | 190 | - |
| CMYK | 0.39 | 0.55 | 0 | 0.25 |
| HSL | 257.31º | 0.44% | 0.54% | - |
| HSV(B) | 257.31º | 0.55% | 0.75% | - |
| XYZ | 19.82 | 14.09 | 50.39 | - |
| YUV | 106.83 | 174.94 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 86 | 190 | 0.39 | 0.55 | 0 | 0.25 | 257.31 | 0.44 | 0.54 |
| Hex | 74 | 56 | BE | 27 | 37 | 0 | 19 | 101 | 2C | 36 |
| Octal | 164 | 126 | 276 | 47 | 67 | 0 | 31 | 401 | 54 | 66 |
| Binary | 1110100 | 1010110 | 10111110 | 100111 | 110111 | 0 | 11001 | 100000001 | 101100 | 110110 |
Color Harmonies of #7456BE
Complementary color
Monochromatic Colors of #7456BE
Black with #7456BE
Text Example
Text Example
White with #7456BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7456BE; }
p { color: rgb(116,86,190); }
H1.HeaderClassName
{
color: #7456BE;
}
.AnyTagClassName
{
color: #7456BE;
}
</style>
background-color css
<style>
a { background-color: #7456BE; }
a { background-color: rgb(116,86,190); }
div.DivClassName
{
background-color: #7456BE;
}
.BgClassName
{
background-color: #7456BE;
}
</style>
border-color css
<style>
span { border-color: #7456BE; }
span { border-color: rgb(116,86,190); }
td.TdClassName
{
border-color: #7456BE;
}
.TagClassName
{
border-color: #7456BE;
}
</style>