Shades of Blue Marguerite #7558BF
Tints of Blue Marguerite #7558BF
RGB
CMYK
RGB Variations
Color information
#7558BF (or 0x7558BF) is known color: Blue Marguerite. HEX triplet: 75, 58 and BF. RGB value is (117,88,191). Sum of RGB (Red+Green+Blue) = 117+88+191=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #7558BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7558BF is #8AA740. Grayscale: #6C6C6C. Windows color (decimal): -9086785 or 12540021. OLE color: 12540021.
HSL color Cylindrical-coordinate representation of color #7558BF: hue angle of 256.89º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7558BF is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 88 | 191 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.25 |
| HSL | 256.89º | 0.45% | 0.55% | - |
| HSV(B) | 256.89º | 0.54% | 0.75% | - |
| XYZ | 20.23 | 14.52 | 51.03 | - |
| YUV | 108.41 | 174.61 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 88 | 191 | 0.39 | 0.54 | 0 | 0.25 | 256.89 | 0.45 | 0.55 |
| Hex | 75 | 58 | BF | 27 | 36 | 0 | 19 | 101 | 2D | 37 |
| Octal | 165 | 130 | 277 | 47 | 66 | 0 | 31 | 401 | 55 | 67 |
| Binary | 1110101 | 1011000 | 10111111 | 100111 | 110110 | 0 | 11001 | 100000001 | 101101 | 110111 |
Color Harmonies of #7558BF
Complementary color
Monochromatic Colors of #7558BF
Black with #7558BF
Text Example
Text Example
White with #7558BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7558BF; }
p { color: rgb(117,88,191); }
H1.HeaderClassName
{
color: #7558BF;
}
.AnyTagClassName
{
color: #7558BF;
}
</style>
background-color css
<style>
a { background-color: #7558BF; }
a { background-color: rgb(117,88,191); }
div.DivClassName
{
background-color: #7558BF;
}
.BgClassName
{
background-color: #7558BF;
}
</style>
border-color css
<style>
span { border-color: #7558BF; }
span { border-color: rgb(117,88,191); }
td.TdClassName
{
border-color: #7558BF;
}
.TagClassName
{
border-color: #7558BF;
}
</style>