Shades of Blue Marguerite #7551B7
Tints of Blue Marguerite #7551B7
RGB
CMYK
RGB Variations
Color information
#7551B7 (or 0x7551B7) is known color: Blue Marguerite. HEX triplet: 75, 51 and B7. RGB value is (117,81,183). Sum of RGB (Red+Green+Blue) = 117+81+183=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 183 (71.88% from 255 or 48.03% from 381); Max value from RGB is 183 - color contains mainly: blue. Hex color #7551B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7551B7 is #8AAE48. Grayscale: #676767. Windows color (decimal): -9088585 or 12013941. OLE color: 12013941.
HSL color Cylindrical-coordinate representation of color #7551B7: hue angle of 261.18º degrees, saturation: 0.41, 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 #7551B7 is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 117 | 81 | 183 | - |
| CMYK | 0.36 | 0.56 | 0 | 0.28 |
| HSL | 261.18º | 0.41% | 0.52% | - |
| HSV(B) | 261.18º | 0.56% | 0.72% | - |
| XYZ | 18.83 | 13.09 | 46.33 | - |
| YUV | 103.39 | 172.93 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 81 | 183 | 0.36 | 0.56 | 0 | 0.28 | 261.18 | 0.41 | 0.52 |
| Hex | 75 | 51 | B7 | 24 | 38 | 0 | 1C | 105 | 29 | 34 |
| Octal | 165 | 121 | 267 | 44 | 70 | 0 | 34 | 405 | 51 | 64 |
| Binary | 1110101 | 1010001 | 10110111 | 100100 | 111000 | 0 | 11100 | 100000101 | 101001 | 110100 |
Color Harmonies of #7551B7
Complementary color
Monochromatic Colors of #7551B7
Black with #7551B7
Text Example
Text Example
White with #7551B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7551B7; }
p { color: rgb(117,81,183); }
H1.HeaderClassName
{
color: #7551B7;
}
.AnyTagClassName
{
color: #7551B7;
}
</style>
background-color css
<style>
a { background-color: #7551B7; }
a { background-color: rgb(117,81,183); }
div.DivClassName
{
background-color: #7551B7;
}
.BgClassName
{
background-color: #7551B7;
}
</style>
border-color css
<style>
span { border-color: #7551B7; }
span { border-color: rgb(117,81,183); }
td.TdClassName
{
border-color: #7551B7;
}
.TagClassName
{
border-color: #7551B7;
}
</style>