Shades of Blue Marguerite #785FBC
Tints of Blue Marguerite #785FBC
RGB
CMYK
RGB Variations
Color information
#785FBC (or 0x785FBC) is known color: Blue Marguerite. HEX triplet: 78, 5F and BC. RGB value is (120,95,188). Sum of RGB (Red+Green+Blue) = 120+95+188=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #785FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785FBC is #87A043. Grayscale: #707070. Windows color (decimal): -8888388 or 12345208. OLE color: 12345208.
HSL color Cylindrical-coordinate representation of color #785FBC: hue angle of 256.13º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #785FBC is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 95 | 188 | - |
| CMYK | 0.36 | 0.49 | 0 | 0.26 |
| HSL | 256.13º | 0.41% | 0.55% | - |
| HSV(B) | 256.13º | 0.49% | 0.74% | - |
| XYZ | 20.92 | 15.81 | 49.53 | - |
| YUV | 113.08 | 170.28 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 95 | 188 | 0.36 | 0.49 | 0 | 0.26 | 256.13 | 0.41 | 0.55 |
| Hex | 78 | 5F | BC | 24 | 31 | 0 | 1A | 100 | 29 | 37 |
| Octal | 170 | 137 | 274 | 44 | 61 | 0 | 32 | 400 | 51 | 67 |
| Binary | 1111000 | 1011111 | 10111100 | 100100 | 110001 | 0 | 11010 | 100000000 | 101001 | 110111 |
Color Harmonies of #785FBC
Complementary color
Monochromatic Colors of #785FBC
Black with #785FBC
Text Example
Text Example
White with #785FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785FBC; }
p { color: rgb(120,95,188); }
H1.HeaderClassName
{
color: #785FBC;
}
.AnyTagClassName
{
color: #785FBC;
}
</style>
background-color css
<style>
a { background-color: #785FBC; }
a { background-color: rgb(120,95,188); }
div.DivClassName
{
background-color: #785FBC;
}
.BgClassName
{
background-color: #785FBC;
}
</style>
border-color css
<style>
span { border-color: #785FBC; }
span { border-color: rgb(120,95,188); }
td.TdClassName
{
border-color: #785FBC;
}
.TagClassName
{
border-color: #785FBC;
}
</style>