Shades of Blue Marguerite #7458AA
Tints of Blue Marguerite #7458AA
RGB
CMYK
RGB Variations
Color information
#7458AA (or 0x7458AA) is known color: Blue Marguerite. HEX triplet: 74, 58 and AA. RGB value is (116,88,170). Sum of RGB (Red+Green+Blue) = 116+88+170=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #7458AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7458AA is #8BA755. Grayscale: #696969. Windows color (decimal): -9152342 or 11163764. OLE color: 11163764.
HSL color Cylindrical-coordinate representation of color #7458AA: hue angle of 260.49º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7458AA is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 88 | 170 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.33 |
| HSL | 260.49º | 0.33% | 0.51% | - |
| HSV(B) | 260.49º | 0.48% | 0.67% | - |
| XYZ | 17.95 | 13.59 | 39.71 | - |
| YUV | 105.72 | 164.28 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 88 | 170 | 0.32 | 0.48 | 0 | 0.33 | 260.49 | 0.33 | 0.51 |
| Hex | 74 | 58 | AA | 20 | 30 | 0 | 21 | 104 | 21 | 33 |
| Octal | 164 | 130 | 252 | 40 | 60 | 0 | 41 | 404 | 41 | 63 |
| Binary | 1110100 | 1011000 | 10101010 | 100000 | 110000 | 0 | 100001 | 100000100 | 100001 | 110011 |
Color Harmonies of #7458AA
Complementary color
Monochromatic Colors of #7458AA
Black with #7458AA
Text Example
Text Example
White with #7458AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7458AA; }
p { color: rgb(116,88,170); }
H1.HeaderClassName
{
color: #7458AA;
}
.AnyTagClassName
{
color: #7458AA;
}
</style>
background-color css
<style>
a { background-color: #7458AA; }
a { background-color: rgb(116,88,170); }
div.DivClassName
{
background-color: #7458AA;
}
.BgClassName
{
background-color: #7458AA;
}
</style>
border-color css
<style>
span { border-color: #7458AA; }
span { border-color: rgb(116,88,170); }
td.TdClassName
{
border-color: #7458AA;
}
.TagClassName
{
border-color: #7458AA;
}
</style>