Shades of Blue Marguerite #785BB6
Tints of Blue Marguerite #785BB6
RGB
CMYK
RGB Variations
Color information
#785BB6 (or 0x785BB6) is known color: Blue Marguerite. HEX triplet: 78, 5B and B6. RGB value is (120,91,182). Sum of RGB (Red+Green+Blue) = 120+91+182=393 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.53% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 182 (71.48% from 255 or 46.31% from 393); Max value from RGB is 182 - color contains mainly: blue. Hex color #785BB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785BB6 is #87A449. Grayscale: #6D6D6D. Windows color (decimal): -8889418 or 11950968. OLE color: 11950968.
HSL color Cylindrical-coordinate representation of color #785BB6: hue angle of 259.12º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #785BB6 is Cyan = 0.34, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 120 | 91 | 182 | - |
| CMYK | 0.34 | 0.5 | 0 | 0.29 |
| HSL | 259.12º | 0.38% | 0.54% | - |
| HSV(B) | 259.12º | 0.5% | 0.71% | - |
| XYZ | 19.93 | 14.85 | 46.07 | - |
| YUV | 110.05 | 168.61 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 91 | 182 | 0.34 | 0.5 | 0 | 0.29 | 259.12 | 0.38 | 0.54 |
| Hex | 78 | 5B | B6 | 22 | 32 | 0 | 1D | 103 | 26 | 36 |
| Octal | 170 | 133 | 266 | 42 | 62 | 0 | 35 | 403 | 46 | 66 |
| Binary | 1111000 | 1011011 | 10110110 | 100010 | 110010 | 0 | 11101 | 100000011 | 100110 | 110110 |
Color Harmonies of #785BB6
Complementary color
Monochromatic Colors of #785BB6
Black with #785BB6
Text Example
Text Example
White with #785BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785BB6; }
p { color: rgb(120,91,182); }
H1.HeaderClassName
{
color: #785BB6;
}
.AnyTagClassName
{
color: #785BB6;
}
</style>
background-color css
<style>
a { background-color: #785BB6; }
a { background-color: rgb(120,91,182); }
div.DivClassName
{
background-color: #785BB6;
}
.BgClassName
{
background-color: #785BB6;
}
</style>
border-color css
<style>
span { border-color: #785BB6; }
span { border-color: rgb(120,91,182); }
td.TdClassName
{
border-color: #785BB6;
}
.TagClassName
{
border-color: #785BB6;
}
</style>