Shades of Blue Marguerite #785AB0
Tints of Blue Marguerite #785AB0
RGB
CMYK
RGB Variations
Color information
#785AB0 (or 0x785AB0) is known color: Blue Marguerite. HEX triplet: 78, 5A and B0. RGB value is (120,90,176). Sum of RGB (Red+Green+Blue) = 120+90+176=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 176 (69.14% from 255 or 45.60% from 386); Max value from RGB is 176 - color contains mainly: blue. Hex color #785AB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785AB0 is #87A54F. Grayscale: #6C6C6C. Windows color (decimal): -8889680 or 11557496. OLE color: 11557496.
HSL color Cylindrical-coordinate representation of color #785AB0: hue angle of 260.93º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #785AB0 is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 120 | 90 | 176 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.31 |
| HSL | 260.93º | 0.35% | 0.52% | - |
| HSV(B) | 260.93º | 0.49% | 0.69% | - |
| XYZ | 19.24 | 14.44 | 42.85 | - |
| YUV | 108.77 | 165.94 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 90 | 176 | 0.32 | 0.49 | 0 | 0.31 | 260.93 | 0.35 | 0.52 |
| Hex | 78 | 5A | B0 | 20 | 31 | 0 | 1F | 105 | 23 | 34 |
| Octal | 170 | 132 | 260 | 40 | 61 | 0 | 37 | 405 | 43 | 64 |
| Binary | 1111000 | 1011010 | 10110000 | 100000 | 110001 | 0 | 11111 | 100000101 | 100011 | 110100 |
Color Harmonies of #785AB0
Complementary color
Monochromatic Colors of #785AB0
Black with #785AB0
Text Example
Text Example
White with #785AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785AB0; }
p { color: rgb(120,90,176); }
H1.HeaderClassName
{
color: #785AB0;
}
.AnyTagClassName
{
color: #785AB0;
}
</style>
background-color css
<style>
a { background-color: #785AB0; }
a { background-color: rgb(120,90,176); }
div.DivClassName
{
background-color: #785AB0;
}
.BgClassName
{
background-color: #785AB0;
}
</style>
border-color css
<style>
span { border-color: #785AB0; }
span { border-color: rgb(120,90,176); }
td.TdClassName
{
border-color: #785AB0;
}
.TagClassName
{
border-color: #785AB0;
}
</style>