Shades of Blue Marguerite #775FB7
Tints of Blue Marguerite #775FB7
RGB
CMYK
RGB Variations
Color information
#775FB7 (or 0x775FB7) is known color: Blue Marguerite. HEX triplet: 77, 5F and B7. RGB value is (119,95,183). Sum of RGB (Red+Green+Blue) = 119+95+183=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 183 (71.88% from 255 or 46.10% from 397); Max value from RGB is 183 - color contains mainly: blue. Hex color #775FB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775FB7 is #88A048. Grayscale: #6F6F6F. Windows color (decimal): -8953929 or 12017527. OLE color: 12017527.
HSL color Cylindrical-coordinate representation of color #775FB7: hue angle of 256.36º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #775FB7 is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 119 | 95 | 183 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.28 |
| HSL | 256.36º | 0.38% | 0.55% | - |
| HSV(B) | 256.36º | 0.48% | 0.72% | - |
| XYZ | 20.25 | 15.53 | 46.73 | - |
| YUV | 112.21 | 167.95 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 95 | 183 | 0.35 | 0.48 | 0 | 0.28 | 256.36 | 0.38 | 0.55 |
| Hex | 77 | 5F | B7 | 23 | 30 | 0 | 1C | 100 | 26 | 37 |
| Octal | 167 | 137 | 267 | 43 | 60 | 0 | 34 | 400 | 46 | 67 |
| Binary | 1110111 | 1011111 | 10110111 | 100011 | 110000 | 0 | 11100 | 100000000 | 100110 | 110111 |
Color Harmonies of #775FB7
Complementary color
Monochromatic Colors of #775FB7
Black with #775FB7
Text Example
Text Example
White with #775FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775FB7; }
p { color: rgb(119,95,183); }
H1.HeaderClassName
{
color: #775FB7;
}
.AnyTagClassName
{
color: #775FB7;
}
</style>
background-color css
<style>
a { background-color: #775FB7; }
a { background-color: rgb(119,95,183); }
div.DivClassName
{
background-color: #775FB7;
}
.BgClassName
{
background-color: #775FB7;
}
</style>
border-color css
<style>
span { border-color: #775FB7; }
span { border-color: rgb(119,95,183); }
td.TdClassName
{
border-color: #775FB7;
}
.TagClassName
{
border-color: #775FB7;
}
</style>