Shades of Blue Marguerite #775CBA
Tints of Blue Marguerite #775CBA
RGB
CMYK
RGB Variations
Color information
#775CBA (or 0x775CBA) is known color: Blue Marguerite. HEX triplet: 77, 5C and BA. RGB value is (119,92,186). Sum of RGB (Red+Green+Blue) = 119+92+186=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #775CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775CBA is #88A345. Grayscale: #6E6E6E. Windows color (decimal): -8954694 or 12213367. OLE color: 12213367.
HSL color Cylindrical-coordinate representation of color #775CBA: hue angle of 257.23º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #775CBA is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 92 | 186 | - |
| CMYK | 0.36 | 0.51 | 0 | 0.27 |
| HSL | 257.23º | 0.41% | 0.55% | - |
| HSV(B) | 257.23º | 0.51% | 0.73% | - |
| XYZ | 20.3 | 15.12 | 48.3 | - |
| YUV | 110.79 | 170.45 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 92 | 186 | 0.36 | 0.51 | 0 | 0.27 | 257.23 | 0.41 | 0.55 |
| Hex | 77 | 5C | BA | 24 | 33 | 0 | 1B | 101 | 29 | 37 |
| Octal | 167 | 134 | 272 | 44 | 63 | 0 | 33 | 401 | 51 | 67 |
| Binary | 1110111 | 1011100 | 10111010 | 100100 | 110011 | 0 | 11011 | 100000001 | 101001 | 110111 |
Color Harmonies of #775CBA
Complementary color
Monochromatic Colors of #775CBA
Black with #775CBA
Text Example
Text Example
White with #775CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775CBA; }
p { color: rgb(119,92,186); }
H1.HeaderClassName
{
color: #775CBA;
}
.AnyTagClassName
{
color: #775CBA;
}
</style>
background-color css
<style>
a { background-color: #775CBA; }
a { background-color: rgb(119,92,186); }
div.DivClassName
{
background-color: #775CBA;
}
.BgClassName
{
background-color: #775CBA;
}
</style>
border-color css
<style>
span { border-color: #775CBA; }
span { border-color: rgb(119,92,186); }
td.TdClassName
{
border-color: #775CBA;
}
.TagClassName
{
border-color: #775CBA;
}
</style>