Shades of Blue Marguerite #7255B2
Tints of Blue Marguerite #7255B2
RGB
CMYK
RGB Variations
Color information
#7255B2 (or 0x7255B2) is known color: Blue Marguerite. HEX triplet: 72, 55 and B2. RGB value is (114,85,178). Sum of RGB (Red+Green+Blue) = 114+85+178=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 178 (69.92% from 255 or 47.21% from 377); Max value from RGB is 178 - color contains mainly: blue. Hex color #7255B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7255B2 is #8DAA4D. Grayscale: #676767. Windows color (decimal): -9284174 or 11687282. OLE color: 11687282.
HSL color Cylindrical-coordinate representation of color #7255B2: hue angle of 258.71º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7255B2 is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 114 | 85 | 178 | - |
| CMYK | 0.36 | 0.52 | 0 | 0.30 |
| HSL | 258.71º | 0.38% | 0.52% | - |
| HSV(B) | 258.71º | 0.52% | 0.7% | - |
| XYZ | 18.22 | 13.29 | 43.72 | - |
| YUV | 104.27 | 169.61 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 85 | 178 | 0.36 | 0.52 | 0 | 0.30 | 258.71 | 0.38 | 0.52 |
| Hex | 72 | 55 | B2 | 24 | 34 | 0 | 1E | 103 | 26 | 34 |
| Octal | 162 | 125 | 262 | 44 | 64 | 0 | 36 | 403 | 46 | 64 |
| Binary | 1110010 | 1010101 | 10110010 | 100100 | 110100 | 0 | 11110 | 100000011 | 100110 | 110100 |
Color Harmonies of #7255B2
Complementary color
Monochromatic Colors of #7255B2
Black with #7255B2
Text Example
Text Example
White with #7255B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7255B2; }
p { color: rgb(114,85,178); }
H1.HeaderClassName
{
color: #7255B2;
}
.AnyTagClassName
{
color: #7255B2;
}
</style>
background-color css
<style>
a { background-color: #7255B2; }
a { background-color: rgb(114,85,178); }
div.DivClassName
{
background-color: #7255B2;
}
.BgClassName
{
background-color: #7255B2;
}
</style>
border-color css
<style>
span { border-color: #7255B2; }
span { border-color: rgb(114,85,178); }
td.TdClassName
{
border-color: #7255B2;
}
.TagClassName
{
border-color: #7255B2;
}
</style>