Shades of Blue Marguerite #785FBE
Tints of Blue Marguerite #785FBE
RGB
CMYK
RGB Variations
Color information
#785FBE (or 0x785FBE) is known color: Blue Marguerite. HEX triplet: 78, 5F and BE. RGB value is (120,95,190). Sum of RGB (Red+Green+Blue) = 120+95+190=405 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.63% from 405); Green value is 95 (37.5% from 255 or 23.46% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #785FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785FBE is #87A041. Grayscale: #707070. Windows color (decimal): -8888386 or 12476280. OLE color: 12476280.
HSL color Cylindrical-coordinate representation of color #785FBE: hue angle of 255.79º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #785FBE is Cyan = 0.37, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 95 | 190 | - |
| CMYK | 0.37 | 0.5 | 0 | 0.25 |
| HSL | 255.79º | 0.42% | 0.56% | - |
| HSV(B) | 255.79º | 0.5% | 0.75% | - |
| XYZ | 21.13 | 15.9 | 50.67 | - |
| YUV | 113.31 | 171.28 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 95 | 190 | 0.37 | 0.5 | 0 | 0.25 | 255.79 | 0.42 | 0.56 |
| Hex | 78 | 5F | BE | 25 | 32 | 0 | 19 | 100 | 2A | 38 |
| Octal | 170 | 137 | 276 | 45 | 62 | 0 | 31 | 400 | 52 | 70 |
| Binary | 1111000 | 1011111 | 10111110 | 100101 | 110010 | 0 | 11001 | 100000000 | 101010 | 111000 |
Color Harmonies of #785FBE
Complementary color
Monochromatic Colors of #785FBE
Black with #785FBE
Text Example
Text Example
White with #785FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785FBE; }
p { color: rgb(120,95,190); }
H1.HeaderClassName
{
color: #785FBE;
}
.AnyTagClassName
{
color: #785FBE;
}
</style>
background-color css
<style>
a { background-color: #785FBE; }
a { background-color: rgb(120,95,190); }
div.DivClassName
{
background-color: #785FBE;
}
.BgClassName
{
background-color: #785FBE;
}
</style>
border-color css
<style>
span { border-color: #785FBE; }
span { border-color: rgb(120,95,190); }
td.TdClassName
{
border-color: #785FBE;
}
.TagClassName
{
border-color: #785FBE;
}
</style>