Shades of Blue Marguerite #7258BB
Tints of Blue Marguerite #7258BB
RGB
CMYK
RGB Variations
Color information
#7258BB (or 0x7258BB) is known color: Blue Marguerite. HEX triplet: 72, 58 and BB. RGB value is (114,88,187). Sum of RGB (Red+Green+Blue) = 114+88+187=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 187 (73.44% from 255 or 48.07% from 389); Max value from RGB is 187 - color contains mainly: blue. Hex color #7258BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7258BB is #8DA744. Grayscale: #6A6A6A. Windows color (decimal): -9283397 or 12277874. OLE color: 12277874.
HSL color Cylindrical-coordinate representation of color #7258BB: hue angle of 255.76º 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 #7258BB is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 88 | 187 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.27 |
| HSL | 255.76º | 0.42% | 0.54% | - |
| HSV(B) | 255.76º | 0.53% | 0.73% | - |
| XYZ | 19.4 | 14.14 | 48.72 | - |
| YUV | 107.06 | 173.11 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 88 | 187 | 0.39 | 0.53 | 0 | 0.27 | 255.76 | 0.42 | 0.54 |
| Hex | 72 | 58 | BB | 27 | 35 | 0 | 1B | 100 | 2A | 36 |
| Octal | 162 | 130 | 273 | 47 | 65 | 0 | 33 | 400 | 52 | 66 |
| Binary | 1110010 | 1011000 | 10111011 | 100111 | 110101 | 0 | 11011 | 100000000 | 101010 | 110110 |
Color Harmonies of #7258BB
Complementary color
Monochromatic Colors of #7258BB
Black with #7258BB
Text Example
Text Example
White with #7258BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7258BB; }
p { color: rgb(114,88,187); }
H1.HeaderClassName
{
color: #7258BB;
}
.AnyTagClassName
{
color: #7258BB;
}
</style>
background-color css
<style>
a { background-color: #7258BB; }
a { background-color: rgb(114,88,187); }
div.DivClassName
{
background-color: #7258BB;
}
.BgClassName
{
background-color: #7258BB;
}
</style>
border-color css
<style>
span { border-color: #7258BB; }
span { border-color: rgb(114,88,187); }
td.TdClassName
{
border-color: #7258BB;
}
.TagClassName
{
border-color: #7258BB;
}
</style>