Shades of Blue Marguerite #775CAC
Tints of Blue Marguerite #775CAC
RGB
CMYK
RGB Variations
Color information
#775CAC (or 0x775CAC) is known color: Blue Marguerite. HEX triplet: 77, 5C and AC. RGB value is (119,92,172). Sum of RGB (Red+Green+Blue) = 119+92+172=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #775CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775CAC is #88A353. Grayscale: #6C6C6C. Windows color (decimal): -8954708 or 11295863. OLE color: 11295863.
HSL color Cylindrical-coordinate representation of color #775CAC: hue angle of 260.25º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #775CAC is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 92 | 172 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.33 |
| HSL | 260.25º | 0.33% | 0.52% | - |
| HSV(B) | 260.25º | 0.47% | 0.67% | - |
| XYZ | 18.88 | 14.55 | 40.84 | - |
| YUV | 109.19 | 163.45 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 92 | 172 | 0.31 | 0.47 | 0 | 0.33 | 260.25 | 0.33 | 0.52 |
| Hex | 77 | 5C | AC | 1F | 2F | 0 | 21 | 104 | 21 | 34 |
| Octal | 167 | 134 | 254 | 37 | 57 | 0 | 41 | 404 | 41 | 64 |
| Binary | 1110111 | 1011100 | 10101100 | 11111 | 101111 | 0 | 100001 | 100000100 | 100001 | 110100 |
Color Harmonies of #775CAC
Complementary color
Monochromatic Colors of #775CAC
Black with #775CAC
Text Example
Text Example
White with #775CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775CAC; }
p { color: rgb(119,92,172); }
H1.HeaderClassName
{
color: #775CAC;
}
.AnyTagClassName
{
color: #775CAC;
}
</style>
background-color css
<style>
a { background-color: #775CAC; }
a { background-color: rgb(119,92,172); }
div.DivClassName
{
background-color: #775CAC;
}
.BgClassName
{
background-color: #775CAC;
}
</style>
border-color css
<style>
span { border-color: #775CAC; }
span { border-color: rgb(119,92,172); }
td.TdClassName
{
border-color: #775CAC;
}
.TagClassName
{
border-color: #775CAC;
}
</style>