Shades of Blue Marguerite #785CBF
Tints of Blue Marguerite #785CBF
RGB
CMYK
RGB Variations
Color information
#785CBF (or 0x785CBF) is known color: Blue Marguerite. HEX triplet: 78, 5C and BF. RGB value is (120,92,191). Sum of RGB (Red+Green+Blue) = 120+92+191=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #785CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785CBF is #87A340. Grayscale: #6F6F6F. Windows color (decimal): -8889153 or 12541048. OLE color: 12541048.
HSL color Cylindrical-coordinate representation of color #785CBF: hue angle of 256.97º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #785CBF is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 92 | 191 | - |
| CMYK | 0.37 | 0.52 | 0 | 0.25 |
| HSL | 256.97º | 0.44% | 0.55% | - |
| HSV(B) | 256.97º | 0.52% | 0.75% | - |
| XYZ | 20.98 | 15.41 | 51.16 | - |
| YUV | 111.66 | 172.78 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 92 | 191 | 0.37 | 0.52 | 0 | 0.25 | 256.97 | 0.44 | 0.55 |
| Hex | 78 | 5C | BF | 25 | 34 | 0 | 19 | 101 | 2C | 37 |
| Octal | 170 | 134 | 277 | 45 | 64 | 0 | 31 | 401 | 54 | 67 |
| Binary | 1111000 | 1011100 | 10111111 | 100101 | 110100 | 0 | 11001 | 100000001 | 101100 | 110111 |
Color Harmonies of #785CBF
Complementary color
Monochromatic Colors of #785CBF
Black with #785CBF
Text Example
Text Example
White with #785CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785CBF; }
p { color: rgb(120,92,191); }
H1.HeaderClassName
{
color: #785CBF;
}
.AnyTagClassName
{
color: #785CBF;
}
</style>
background-color css
<style>
a { background-color: #785CBF; }
a { background-color: rgb(120,92,191); }
div.DivClassName
{
background-color: #785CBF;
}
.BgClassName
{
background-color: #785CBF;
}
</style>
border-color css
<style>
span { border-color: #785CBF; }
span { border-color: rgb(120,92,191); }
td.TdClassName
{
border-color: #785CBF;
}
.TagClassName
{
border-color: #785CBF;
}
</style>