Shades of Blue Marguerite #7255BC
Tints of Blue Marguerite #7255BC
RGB
CMYK
RGB Variations
Color information
#7255BC (or 0x7255BC) is known color: Blue Marguerite. HEX triplet: 72, 55 and BC. RGB value is (114,85,188). Sum of RGB (Red+Green+Blue) = 114+85+188=387 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.46% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #7255BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7255BC is #8DAA43. Grayscale: #696969. Windows color (decimal): -9284164 or 12342642. OLE color: 12342642.
HSL color Cylindrical-coordinate representation of color #7255BC: hue angle of 256.89º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7255BC is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 85 | 188 | - |
| CMYK | 0.39 | 0.55 | 0 | 0.26 |
| HSL | 256.89º | 0.43% | 0.54% | - |
| HSV(B) | 256.89º | 0.55% | 0.74% | - |
| XYZ | 19.27 | 13.71 | 49.21 | - |
| YUV | 105.41 | 174.61 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 85 | 188 | 0.39 | 0.55 | 0 | 0.26 | 256.89 | 0.43 | 0.54 |
| Hex | 72 | 55 | BC | 27 | 37 | 0 | 1A | 101 | 2B | 36 |
| Octal | 162 | 125 | 274 | 47 | 67 | 0 | 32 | 401 | 53 | 66 |
| Binary | 1110010 | 1010101 | 10111100 | 100111 | 110111 | 0 | 11010 | 100000001 | 101011 | 110110 |
Color Harmonies of #7255BC
Complementary color
Monochromatic Colors of #7255BC
Black with #7255BC
Text Example
Text Example
White with #7255BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7255BC; }
p { color: rgb(114,85,188); }
H1.HeaderClassName
{
color: #7255BC;
}
.AnyTagClassName
{
color: #7255BC;
}
</style>
background-color css
<style>
a { background-color: #7255BC; }
a { background-color: rgb(114,85,188); }
div.DivClassName
{
background-color: #7255BC;
}
.BgClassName
{
background-color: #7255BC;
}
</style>
border-color css
<style>
span { border-color: #7255BC; }
span { border-color: rgb(114,85,188); }
td.TdClassName
{
border-color: #7255BC;
}
.TagClassName
{
border-color: #7255BC;
}
</style>