Shades of Blue Marguerite #7258BA
Tints of Blue Marguerite #7258BA
RGB
CMYK
RGB Variations
Color information
#7258BA (or 0x7258BA) is known color: Blue Marguerite. HEX triplet: 72, 58 and BA. RGB value is (114,88,186). Sum of RGB (Red+Green+Blue) = 114+88+186=388 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.38% from 388); Green value is 88 (34.77% from 255 or 22.68% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #7258BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7258BA is #8DA745. Grayscale: #6A6A6A. Windows color (decimal): -9283398 or 12212338. OLE color: 12212338.
HSL color Cylindrical-coordinate representation of color #7258BA: hue angle of 255.92º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7258BA is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 88 | 186 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.27 |
| HSL | 255.92º | 0.42% | 0.54% | - |
| HSV(B) | 255.92º | 0.53% | 0.73% | - |
| XYZ | 19.29 | 14.1 | 48.16 | - |
| YUV | 106.95 | 172.61 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 88 | 186 | 0.39 | 0.53 | 0 | 0.27 | 255.92 | 0.42 | 0.54 |
| Hex | 72 | 58 | BA | 27 | 35 | 0 | 1B | 100 | 2A | 36 |
| Octal | 162 | 130 | 272 | 47 | 65 | 0 | 33 | 400 | 52 | 66 |
| Binary | 1110010 | 1011000 | 10111010 | 100111 | 110101 | 0 | 11011 | 100000000 | 101010 | 110110 |
Color Harmonies of #7258BA
Complementary color
Monochromatic Colors of #7258BA
Black with #7258BA
Text Example
Text Example
White with #7258BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7258BA; }
p { color: rgb(114,88,186); }
H1.HeaderClassName
{
color: #7258BA;
}
.AnyTagClassName
{
color: #7258BA;
}
</style>
background-color css
<style>
a { background-color: #7258BA; }
a { background-color: rgb(114,88,186); }
div.DivClassName
{
background-color: #7258BA;
}
.BgClassName
{
background-color: #7258BA;
}
</style>
border-color css
<style>
span { border-color: #7258BA; }
span { border-color: rgb(114,88,186); }
td.TdClassName
{
border-color: #7258BA;
}
.TagClassName
{
border-color: #7258BA;
}
</style>