Shades of Blue Marguerite #775BBF
Tints of Blue Marguerite #775BBF
RGB
CMYK
RGB Variations
Color information
#775BBF (or 0x775BBF) is known color: Blue Marguerite. HEX triplet: 77, 5B and BF. RGB value is (119,91,191). Sum of RGB (Red+Green+Blue) = 119+91+191=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #775BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775BBF is #88A440. Grayscale: #6E6E6E. Windows color (decimal): -8954945 or 12540791. OLE color: 12540791.
HSL color Cylindrical-coordinate representation of color #775BBF: hue angle of 256.8º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #775BBF is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 91 | 191 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.25 |
| HSL | 256.8º | 0.44% | 0.55% | - |
| HSV(B) | 256.8º | 0.52% | 0.75% | - |
| XYZ | 20.75 | 15.17 | 51.12 | - |
| YUV | 110.77 | 173.28 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 91 | 191 | 0.38 | 0.52 | 0 | 0.25 | 256.8 | 0.44 | 0.55 |
| Hex | 77 | 5B | BF | 26 | 34 | 0 | 19 | 101 | 2C | 37 |
| Octal | 167 | 133 | 277 | 46 | 64 | 0 | 31 | 401 | 54 | 67 |
| Binary | 1110111 | 1011011 | 10111111 | 100110 | 110100 | 0 | 11001 | 100000001 | 101100 | 110111 |
Color Harmonies of #775BBF
Complementary color
Monochromatic Colors of #775BBF
Black with #775BBF
Text Example
Text Example
White with #775BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775BBF; }
p { color: rgb(119,91,191); }
H1.HeaderClassName
{
color: #775BBF;
}
.AnyTagClassName
{
color: #775BBF;
}
</style>
background-color css
<style>
a { background-color: #775BBF; }
a { background-color: rgb(119,91,191); }
div.DivClassName
{
background-color: #775BBF;
}
.BgClassName
{
background-color: #775BBF;
}
</style>
border-color css
<style>
span { border-color: #775BBF; }
span { border-color: rgb(119,91,191); }
td.TdClassName
{
border-color: #775BBF;
}
.TagClassName
{
border-color: #775BBF;
}
</style>