Shades of Blue Marguerite #775FB1
Tints of Blue Marguerite #775FB1
RGB
CMYK
RGB Variations
Color information
#775FB1 (or 0x775FB1) is known color: Blue Marguerite. HEX triplet: 77, 5F and B1. RGB value is (119,95,177). Sum of RGB (Red+Green+Blue) = 119+95+177=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 95 (37.5% from 255 or 24.30% from 391); Blue value is 177 (69.53% from 255 or 45.27% from 391); Max value from RGB is 177 - color contains mainly: blue. Hex color #775FB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775FB1 is #88A04E. Grayscale: #6F6F6F. Windows color (decimal): -8953935 or 11624311. OLE color: 11624311.
HSL color Cylindrical-coordinate representation of color #775FB1: hue angle of 257.56º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #775FB1 is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 95 | 177 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.31 |
| HSL | 257.56º | 0.34% | 0.53% | - |
| HSV(B) | 257.56º | 0.46% | 0.69% | - |
| XYZ | 19.64 | 15.28 | 43.51 | - |
| YUV | 111.52 | 164.95 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 95 | 177 | 0.33 | 0.46 | 0 | 0.31 | 257.56 | 0.34 | 0.53 |
| Hex | 77 | 5F | B1 | 21 | 2E | 0 | 1F | 102 | 22 | 35 |
| Octal | 167 | 137 | 261 | 41 | 56 | 0 | 37 | 402 | 42 | 65 |
| Binary | 1110111 | 1011111 | 10110001 | 100001 | 101110 | 0 | 11111 | 100000010 | 100010 | 110101 |
Color Harmonies of #775FB1
Complementary color
Monochromatic Colors of #775FB1
Black with #775FB1
Text Example
Text Example
White with #775FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775FB1; }
p { color: rgb(119,95,177); }
H1.HeaderClassName
{
color: #775FB1;
}
.AnyTagClassName
{
color: #775FB1;
}
</style>
background-color css
<style>
a { background-color: #775FB1; }
a { background-color: rgb(119,95,177); }
div.DivClassName
{
background-color: #775FB1;
}
.BgClassName
{
background-color: #775FB1;
}
</style>
border-color css
<style>
span { border-color: #775FB1; }
span { border-color: rgb(119,95,177); }
td.TdClassName
{
border-color: #775FB1;
}
.TagClassName
{
border-color: #775FB1;
}
</style>