Shades of Blue Marguerite #7255B3
Tints of Blue Marguerite #7255B3
RGB
CMYK
RGB Variations
Color information
#7255B3 (or 0x7255B3) is known color: Blue Marguerite. HEX triplet: 72, 55 and B3. RGB value is (114,85,179). Sum of RGB (Red+Green+Blue) = 114+85+179=378 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.16% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 179 (70.31% from 255 or 47.35% from 378); Max value from RGB is 179 - color contains mainly: blue. Hex color #7255B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7255B3 is #8DAA4C. Grayscale: #686868. Windows color (decimal): -9284173 or 11752818. OLE color: 11752818.
HSL color Cylindrical-coordinate representation of color #7255B3: hue angle of 258.51º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7255B3 is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 114 | 85 | 179 | - |
| CMYK | 0.36 | 0.53 | 0 | 0.30 |
| HSL | 258.51º | 0.38% | 0.52% | - |
| HSV(B) | 258.51º | 0.53% | 0.7% | - |
| XYZ | 18.32 | 13.33 | 44.25 | - |
| YUV | 104.39 | 170.11 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 85 | 179 | 0.36 | 0.53 | 0 | 0.30 | 258.51 | 0.38 | 0.52 |
| Hex | 72 | 55 | B3 | 24 | 35 | 0 | 1E | 103 | 26 | 34 |
| Octal | 162 | 125 | 263 | 44 | 65 | 0 | 36 | 403 | 46 | 64 |
| Binary | 1110010 | 1010101 | 10110011 | 100100 | 110101 | 0 | 11110 | 100000011 | 100110 | 110100 |
Color Harmonies of #7255B3
Complementary color
Monochromatic Colors of #7255B3
Black with #7255B3
Text Example
Text Example
White with #7255B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7255B3; }
p { color: rgb(114,85,179); }
H1.HeaderClassName
{
color: #7255B3;
}
.AnyTagClassName
{
color: #7255B3;
}
</style>
background-color css
<style>
a { background-color: #7255B3; }
a { background-color: rgb(114,85,179); }
div.DivClassName
{
background-color: #7255B3;
}
.BgClassName
{
background-color: #7255B3;
}
</style>
border-color css
<style>
span { border-color: #7255B3; }
span { border-color: rgb(114,85,179); }
td.TdClassName
{
border-color: #7255B3;
}
.TagClassName
{
border-color: #7255B3;
}
</style>