Shades of Blue Marguerite #785DAD
Tints of Blue Marguerite #785DAD
RGB
CMYK
RGB Variations
Color information
#785DAD (or 0x785DAD) is known color: Blue Marguerite. HEX triplet: 78, 5D and AD. RGB value is (120,93,173). Sum of RGB (Red+Green+Blue) = 120+93+173=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #785DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785DAD is #87A252. Grayscale: #6D6D6D. Windows color (decimal): -8888915 or 11361656. OLE color: 11361656.
HSL color Cylindrical-coordinate representation of color #785DAD: hue angle of 260.25º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #785DAD is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 120 | 93 | 173 | - |
| CMYK | 0.31 | 0.46 | 0 | 0.32 |
| HSL | 260.25º | 0.33% | 0.52% | - |
| HSV(B) | 260.25º | 0.46% | 0.68% | - |
| XYZ | 19.2 | 14.84 | 41.39 | - |
| YUV | 110.19 | 163.45 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 93 | 173 | 0.31 | 0.46 | 0 | 0.32 | 260.25 | 0.33 | 0.52 |
| Hex | 78 | 5D | AD | 1F | 2E | 0 | 20 | 104 | 21 | 34 |
| Octal | 170 | 135 | 255 | 37 | 56 | 0 | 40 | 404 | 41 | 64 |
| Binary | 1111000 | 1011101 | 10101101 | 11111 | 101110 | 0 | 100000 | 100000100 | 100001 | 110100 |
Color Harmonies of #785DAD
Complementary color
Monochromatic Colors of #785DAD
Black with #785DAD
Text Example
Text Example
White with #785DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785DAD; }
p { color: rgb(120,93,173); }
H1.HeaderClassName
{
color: #785DAD;
}
.AnyTagClassName
{
color: #785DAD;
}
</style>
background-color css
<style>
a { background-color: #785DAD; }
a { background-color: rgb(120,93,173); }
div.DivClassName
{
background-color: #785DAD;
}
.BgClassName
{
background-color: #785DAD;
}
</style>
border-color css
<style>
span { border-color: #785DAD; }
span { border-color: rgb(120,93,173); }
td.TdClassName
{
border-color: #785DAD;
}
.TagClassName
{
border-color: #785DAD;
}
</style>