Shades of Blue Marguerite #7458B1
Tints of Blue Marguerite #7458B1
RGB
CMYK
RGB Variations
Color information
#7458B1 (or 0x7458B1) is known color: Blue Marguerite. HEX triplet: 74, 58 and B1. RGB value is (116,88,177). Sum of RGB (Red+Green+Blue) = 116+88+177=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 177 (69.53% from 255 or 46.46% from 381); Max value from RGB is 177 - color contains mainly: blue. Hex color #7458B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7458B1 is #8BA74E. Grayscale: #6A6A6A. Windows color (decimal): -9152335 or 11622516. OLE color: 11622516.
HSL color Cylindrical-coordinate representation of color #7458B1: hue angle of 258.88º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7458B1 is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 88 | 177 | - |
| CMYK | 0.34 | 0.50 | 0 | 0.31 |
| HSL | 258.88º | 0.36% | 0.52% | - |
| HSV(B) | 258.88º | 0.5% | 0.69% | - |
| XYZ | 18.63 | 13.87 | 43.29 | - |
| YUV | 106.52 | 167.78 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 88 | 177 | 0.34 | 0.50 | 0 | 0.31 | 258.88 | 0.36 | 0.52 |
| Hex | 74 | 58 | B1 | 22 | 32 | 0 | 1F | 103 | 24 | 34 |
| Octal | 164 | 130 | 261 | 42 | 62 | 0 | 37 | 403 | 44 | 64 |
| Binary | 1110100 | 1011000 | 10110001 | 100010 | 110010 | 0 | 11111 | 100000011 | 100100 | 110100 |
Color Harmonies of #7458B1
Complementary color
Monochromatic Colors of #7458B1
Black with #7458B1
Text Example
Text Example
White with #7458B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7458B1; }
p { color: rgb(116,88,177); }
H1.HeaderClassName
{
color: #7458B1;
}
.AnyTagClassName
{
color: #7458B1;
}
</style>
background-color css
<style>
a { background-color: #7458B1; }
a { background-color: rgb(116,88,177); }
div.DivClassName
{
background-color: #7458B1;
}
.BgClassName
{
background-color: #7458B1;
}
</style>
border-color css
<style>
span { border-color: #7458B1; }
span { border-color: rgb(116,88,177); }
td.TdClassName
{
border-color: #7458B1;
}
.TagClassName
{
border-color: #7458B1;
}
</style>