Shades of Blue Marguerite #7754B5
Tints of Blue Marguerite #7754B5
RGB
CMYK
RGB Variations
Color information
#7754B5 (or 0x7754B5) is known color: Blue Marguerite. HEX triplet: 77, 54 and B5. RGB value is (119,84,181). Sum of RGB (Red+Green+Blue) = 119+84+181=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 84 (33.20% from 255 or 21.88% from 384); Blue value is 181 (71.09% from 255 or 47.14% from 384); Max value from RGB is 181 - color contains mainly: blue. Hex color #7754B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7754B5 is #88AB4A. Grayscale: #696969. Windows color (decimal): -8956747 or 11883639. OLE color: 11883639.
HSL color Cylindrical-coordinate representation of color #7754B5: hue angle of 261.65º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7754B5 is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 84 | 181 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.29 |
| HSL | 261.65º | 0.4% | 0.52% | - |
| HSV(B) | 261.65º | 0.54% | 0.71% | - |
| XYZ | 19.12 | 13.6 | 45.33 | - |
| YUV | 105.52 | 170.6 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 84 | 181 | 0.34 | 0.54 | 0 | 0.29 | 261.65 | 0.4 | 0.52 |
| Hex | 77 | 54 | B5 | 22 | 36 | 0 | 1D | 106 | 28 | 34 |
| Octal | 167 | 124 | 265 | 42 | 66 | 0 | 35 | 406 | 50 | 64 |
| Binary | 1110111 | 1010100 | 10110101 | 100010 | 110110 | 0 | 11101 | 100000110 | 101000 | 110100 |
Color Harmonies of #7754B5
Complementary color
Monochromatic Colors of #7754B5
Black with #7754B5
Text Example
Text Example
White with #7754B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7754B5; }
p { color: rgb(119,84,181); }
H1.HeaderClassName
{
color: #7754B5;
}
.AnyTagClassName
{
color: #7754B5;
}
</style>
background-color css
<style>
a { background-color: #7754B5; }
a { background-color: rgb(119,84,181); }
div.DivClassName
{
background-color: #7754B5;
}
.BgClassName
{
background-color: #7754B5;
}
</style>
border-color css
<style>
span { border-color: #7754B5; }
span { border-color: rgb(119,84,181); }
td.TdClassName
{
border-color: #7754B5;
}
.TagClassName
{
border-color: #7754B5;
}
</style>