Shades of Blue Marguerite #7151B8
Tints of Blue Marguerite #7151B8
RGB
CMYK
RGB Variations
Color information
#7151B8 (or 0x7151B8) is known color: Blue Marguerite. HEX triplet: 71, 51 and B8. RGB value is (113,81,184). Sum of RGB (Red+Green+Blue) = 113+81+184=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 184 (72.27% from 255 or 48.68% from 378); Max value from RGB is 184 - color contains mainly: blue. Hex color #7151B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7151B8 is #8EAE47. Grayscale: #656565. Windows color (decimal): -9350728 or 12079473. OLE color: 12079473.
HSL color Cylindrical-coordinate representation of color #7151B8: hue angle of 258.64º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7151B8 is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 113 | 81 | 184 | - |
| CMYK | 0.39 | 0.56 | 0 | 0.28 |
| HSL | 258.64º | 0.42% | 0.52% | - |
| HSV(B) | 258.64º | 0.56% | 0.72% | - |
| XYZ | 18.4 | 12.86 | 46.86 | - |
| YUV | 102.31 | 174.1 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 81 | 184 | 0.39 | 0.56 | 0 | 0.28 | 258.64 | 0.42 | 0.52 |
| Hex | 71 | 51 | B8 | 27 | 38 | 0 | 1C | 103 | 2A | 34 |
| Octal | 161 | 121 | 270 | 47 | 70 | 0 | 34 | 403 | 52 | 64 |
| Binary | 1110001 | 1010001 | 10111000 | 100111 | 111000 | 0 | 11100 | 100000011 | 101010 | 110100 |
Color Harmonies of #7151B8
Complementary color
Monochromatic Colors of #7151B8
Black with #7151B8
Text Example
Text Example
White with #7151B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7151B8; }
p { color: rgb(113,81,184); }
H1.HeaderClassName
{
color: #7151B8;
}
.AnyTagClassName
{
color: #7151B8;
}
</style>
background-color css
<style>
a { background-color: #7151B8; }
a { background-color: rgb(113,81,184); }
div.DivClassName
{
background-color: #7151B8;
}
.BgClassName
{
background-color: #7151B8;
}
</style>
border-color css
<style>
span { border-color: #7151B8; }
span { border-color: rgb(113,81,184); }
td.TdClassName
{
border-color: #7151B8;
}
.TagClassName
{
border-color: #7151B8;
}
</style>