Shades of Blue Marguerite #7258AD
Tints of Blue Marguerite #7258AD
RGB
CMYK
RGB Variations
Color information
#7258AD (or 0x7258AD) is known color: Blue Marguerite. HEX triplet: 72, 58 and AD. RGB value is (114,88,173). Sum of RGB (Red+Green+Blue) = 114+88+173=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #7258AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7258AD is #8DA752. Grayscale: #696969. Windows color (decimal): -9283411 or 11360370. OLE color: 11360370.
HSL color Cylindrical-coordinate representation of color #7258AD: hue angle of 258.35º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7258AD is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 88 | 173 | - |
| CMYK | 0.34 | 0.49 | 0 | 0.32 |
| HSL | 258.35º | 0.34% | 0.51% | - |
| HSV(B) | 258.35º | 0.49% | 0.68% | - |
| XYZ | 17.97 | 13.57 | 41.21 | - |
| YUV | 105.46 | 166.11 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 88 | 173 | 0.34 | 0.49 | 0 | 0.32 | 258.35 | 0.34 | 0.51 |
| Hex | 72 | 58 | AD | 22 | 31 | 0 | 20 | 102 | 22 | 33 |
| Octal | 162 | 130 | 255 | 42 | 61 | 0 | 40 | 402 | 42 | 63 |
| Binary | 1110010 | 1011000 | 10101101 | 100010 | 110001 | 0 | 100000 | 100000010 | 100010 | 110011 |
Color Harmonies of #7258AD
Complementary color
Monochromatic Colors of #7258AD
Black with #7258AD
Text Example
Text Example
White with #7258AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7258AD; }
p { color: rgb(114,88,173); }
H1.HeaderClassName
{
color: #7258AD;
}
.AnyTagClassName
{
color: #7258AD;
}
</style>
background-color css
<style>
a { background-color: #7258AD; }
a { background-color: rgb(114,88,173); }
div.DivClassName
{
background-color: #7258AD;
}
.BgClassName
{
background-color: #7258AD;
}
</style>
border-color css
<style>
span { border-color: #7258AD; }
span { border-color: rgb(114,88,173); }
td.TdClassName
{
border-color: #7258AD;
}
.TagClassName
{
border-color: #7258AD;
}
</style>