Shades of Blue Marguerite #785BBC
Tints of Blue Marguerite #785BBC
RGB
CMYK
RGB Variations
Color information
#785BBC (or 0x785BBC) is known color: Blue Marguerite. HEX triplet: 78, 5B and BC. RGB value is (120,91,188). Sum of RGB (Red+Green+Blue) = 120+91+188=399 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.08% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #785BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785BBC is #87A443. Grayscale: #6E6E6E. Windows color (decimal): -8889412 or 12344184. OLE color: 12344184.
HSL color Cylindrical-coordinate representation of color #785BBC: hue angle of 257.94º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #785BBC is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 91 | 188 | - |
| CMYK | 0.36 | 0.52 | 0 | 0.26 |
| HSL | 257.94º | 0.42% | 0.55% | - |
| HSV(B) | 257.94º | 0.52% | 0.74% | - |
| XYZ | 20.56 | 15.11 | 49.41 | - |
| YUV | 110.73 | 171.61 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 91 | 188 | 0.36 | 0.52 | 0 | 0.26 | 257.94 | 0.42 | 0.55 |
| Hex | 78 | 5B | BC | 24 | 34 | 0 | 1A | 102 | 2A | 37 |
| Octal | 170 | 133 | 274 | 44 | 64 | 0 | 32 | 402 | 52 | 67 |
| Binary | 1111000 | 1011011 | 10111100 | 100100 | 110100 | 0 | 11010 | 100000010 | 101010 | 110111 |
Color Harmonies of #785BBC
Complementary color
Monochromatic Colors of #785BBC
Black with #785BBC
Text Example
Text Example
White with #785BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785BBC; }
p { color: rgb(120,91,188); }
H1.HeaderClassName
{
color: #785BBC;
}
.AnyTagClassName
{
color: #785BBC;
}
</style>
background-color css
<style>
a { background-color: #785BBC; }
a { background-color: rgb(120,91,188); }
div.DivClassName
{
background-color: #785BBC;
}
.BgClassName
{
background-color: #785BBC;
}
</style>
border-color css
<style>
span { border-color: #785BBC; }
span { border-color: rgb(120,91,188); }
td.TdClassName
{
border-color: #785BBC;
}
.TagClassName
{
border-color: #785BBC;
}
</style>