Shades of Blue Marguerite #775DB4
Tints of Blue Marguerite #775DB4
RGB
CMYK
RGB Variations
Color information
#775DB4 (or 0x775DB4) is known color: Blue Marguerite. HEX triplet: 77, 5D and B4. RGB value is (119,93,180). Sum of RGB (Red+Green+Blue) = 119+93+180=392 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.36% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 180 (70.70% from 255 or 45.92% from 392); Max value from RGB is 180 - color contains mainly: blue. Hex color #775DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775DB4 is #88A24B. Grayscale: #6E6E6E. Windows color (decimal): -8954444 or 11820407. OLE color: 11820407.
HSL color Cylindrical-coordinate representation of color #775DB4: hue angle of 257.93º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #775DB4 is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 93 | 180 | - |
| CMYK | 0.34 | 0.48 | 0 | 0.29 |
| HSL | 257.93º | 0.37% | 0.54% | - |
| HSV(B) | 257.93º | 0.48% | 0.71% | - |
| XYZ | 19.76 | 15.05 | 45.04 | - |
| YUV | 110.69 | 167.11 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 93 | 180 | 0.34 | 0.48 | 0 | 0.29 | 257.93 | 0.37 | 0.54 |
| Hex | 77 | 5D | B4 | 22 | 30 | 0 | 1D | 102 | 25 | 36 |
| Octal | 167 | 135 | 264 | 42 | 60 | 0 | 35 | 402 | 45 | 66 |
| Binary | 1110111 | 1011101 | 10110100 | 100010 | 110000 | 0 | 11101 | 100000010 | 100101 | 110110 |
Color Harmonies of #775DB4
Complementary color
Monochromatic Colors of #775DB4
Black with #775DB4
Text Example
Text Example
White with #775DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775DB4; }
p { color: rgb(119,93,180); }
H1.HeaderClassName
{
color: #775DB4;
}
.AnyTagClassName
{
color: #775DB4;
}
</style>
background-color css
<style>
a { background-color: #775DB4; }
a { background-color: rgb(119,93,180); }
div.DivClassName
{
background-color: #775DB4;
}
.BgClassName
{
background-color: #775DB4;
}
</style>
border-color css
<style>
span { border-color: #775DB4; }
span { border-color: rgb(119,93,180); }
td.TdClassName
{
border-color: #775DB4;
}
.TagClassName
{
border-color: #775DB4;
}
</style>