Shades of Blue Marguerite #785CB0
Tints of Blue Marguerite #785CB0
RGB
CMYK
RGB Variations
Color information
#785CB0 (or 0x785CB0) is known color: Blue Marguerite. HEX triplet: 78, 5C and B0. RGB value is (120,92,176). Sum of RGB (Red+Green+Blue) = 120+92+176=388 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.93% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 176 (69.14% from 255 or 45.36% from 388); Max value from RGB is 176 - color contains mainly: blue. Hex color #785CB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785CB0 is #87A34F. Grayscale: #6D6D6D. Windows color (decimal): -8889168 or 11558008. OLE color: 11558008.
HSL color Cylindrical-coordinate representation of color #785CB0: hue angle of 260º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #785CB0 is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 120 | 92 | 176 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.31 |
| HSL | 260º | 0.35% | 0.53% | - |
| HSV(B) | 260º | 0.48% | 0.69% | - |
| XYZ | 19.41 | 14.78 | 42.9 | - |
| YUV | 109.95 | 165.28 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 92 | 176 | 0.32 | 0.48 | 0 | 0.31 | 260 | 0.35 | 0.53 |
| Hex | 78 | 5C | B0 | 20 | 30 | 0 | 1F | 104 | 23 | 35 |
| Octal | 170 | 134 | 260 | 40 | 60 | 0 | 37 | 404 | 43 | 65 |
| Binary | 1111000 | 1011100 | 10110000 | 100000 | 110000 | 0 | 11111 | 100000100 | 100011 | 110101 |
Color Harmonies of #785CB0
Complementary color
Monochromatic Colors of #785CB0
Black with #785CB0
Text Example
Text Example
White with #785CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785CB0; }
p { color: rgb(120,92,176); }
H1.HeaderClassName
{
color: #785CB0;
}
.AnyTagClassName
{
color: #785CB0;
}
</style>
background-color css
<style>
a { background-color: #785CB0; }
a { background-color: rgb(120,92,176); }
div.DivClassName
{
background-color: #785CB0;
}
.BgClassName
{
background-color: #785CB0;
}
</style>
border-color css
<style>
span { border-color: #785CB0; }
span { border-color: rgb(120,92,176); }
td.TdClassName
{
border-color: #785CB0;
}
.TagClassName
{
border-color: #785CB0;
}
</style>