Shades of Blue Marguerite #7157B4
Tints of Blue Marguerite #7157B4
RGB
CMYK
RGB Variations
Color information
#7157B4 (or 0x7157B4) is known color: Blue Marguerite. HEX triplet: 71, 57 and B4. RGB value is (113,87,180). Sum of RGB (Red+Green+Blue) = 113+87+180=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 87 (34.38% from 255 or 22.89% from 380); Blue value is 180 (70.70% from 255 or 47.37% from 380); Max value from RGB is 180 - color contains mainly: blue. Hex color #7157B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7157B4 is #8EA84B. Grayscale: #696969. Windows color (decimal): -9349196 or 11818865. OLE color: 11818865.
HSL color Cylindrical-coordinate representation of color #7157B4: hue angle of 256.77º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7157B4 is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 87 | 180 | - |
| CMYK | 0.37 | 0.52 | 0 | 0.29 |
| HSL | 256.77º | 0.38% | 0.52% | - |
| HSV(B) | 256.77º | 0.52% | 0.71% | - |
| XYZ | 18.46 | 13.62 | 44.84 | - |
| YUV | 105.38 | 170.11 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 87 | 180 | 0.37 | 0.52 | 0 | 0.29 | 256.77 | 0.38 | 0.52 |
| Hex | 71 | 57 | B4 | 25 | 34 | 0 | 1D | 101 | 26 | 34 |
| Octal | 161 | 127 | 264 | 45 | 64 | 0 | 35 | 401 | 46 | 64 |
| Binary | 1110001 | 1010111 | 10110100 | 100101 | 110100 | 0 | 11101 | 100000001 | 100110 | 110100 |
Color Harmonies of #7157B4
Complementary color
Monochromatic Colors of #7157B4
Black with #7157B4
Text Example
Text Example
White with #7157B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7157B4; }
p { color: rgb(113,87,180); }
H1.HeaderClassName
{
color: #7157B4;
}
.AnyTagClassName
{
color: #7157B4;
}
</style>
background-color css
<style>
a { background-color: #7157B4; }
a { background-color: rgb(113,87,180); }
div.DivClassName
{
background-color: #7157B4;
}
.BgClassName
{
background-color: #7157B4;
}
</style>
border-color css
<style>
span { border-color: #7157B4; }
span { border-color: rgb(113,87,180); }
td.TdClassName
{
border-color: #7157B4;
}
.TagClassName
{
border-color: #7157B4;
}
</style>