Shades of Blue Marguerite #785FB8
Tints of Blue Marguerite #785FB8
RGB
CMYK
RGB Variations
Color information
#785FB8 (or 0x785FB8) is known color: Blue Marguerite. HEX triplet: 78, 5F and B8. RGB value is (120,95,184). Sum of RGB (Red+Green+Blue) = 120+95+184=399 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.08% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 184 (72.27% from 255 or 46.12% from 399); Max value from RGB is 184 - color contains mainly: blue. Hex color #785FB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785FB8 is #87A047. Grayscale: #707070. Windows color (decimal): -8888392 or 12083064. OLE color: 12083064.
HSL color Cylindrical-coordinate representation of color #785FB8: hue angle of 256.85º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #785FB8 is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 120 | 95 | 184 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.28 |
| HSL | 256.85º | 0.39% | 0.55% | - |
| HSV(B) | 256.85º | 0.48% | 0.72% | - |
| XYZ | 20.49 | 15.64 | 47.29 | - |
| YUV | 112.62 | 168.28 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 95 | 184 | 0.35 | 0.48 | 0 | 0.28 | 256.85 | 0.39 | 0.55 |
| Hex | 78 | 5F | B8 | 23 | 30 | 0 | 1C | 101 | 27 | 37 |
| Octal | 170 | 137 | 270 | 43 | 60 | 0 | 34 | 401 | 47 | 67 |
| Binary | 1111000 | 1011111 | 10111000 | 100011 | 110000 | 0 | 11100 | 100000001 | 100111 | 110111 |
Color Harmonies of #785FB8
Complementary color
Monochromatic Colors of #785FB8
Black with #785FB8
Text Example
Text Example
White with #785FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785FB8; }
p { color: rgb(120,95,184); }
H1.HeaderClassName
{
color: #785FB8;
}
.AnyTagClassName
{
color: #785FB8;
}
</style>
background-color css
<style>
a { background-color: #785FB8; }
a { background-color: rgb(120,95,184); }
div.DivClassName
{
background-color: #785FB8;
}
.BgClassName
{
background-color: #785FB8;
}
</style>
border-color css
<style>
span { border-color: #785FB8; }
span { border-color: rgb(120,95,184); }
td.TdClassName
{
border-color: #785FB8;
}
.TagClassName
{
border-color: #785FB8;
}
</style>