Shades of Blue Marguerite #784BC0
Tints of Blue Marguerite #784BC0
RGB
CMYK
RGB Variations
Color information
#784BC0 (or 0x784BC0) is known color: Blue Marguerite. HEX triplet: 78, 4B and C0. RGB value is (120,75,192). Sum of RGB (Red+Green+Blue) = 120+75+192=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 75 (29.69% from 255 or 19.38% from 387); Blue value is 192 (75.39% from 255 or 49.61% from 387); Max value from RGB is 192 - color contains mainly: blue. Hex color #784BC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #784BC0 is #87B43F. Grayscale: #656565. Windows color (decimal): -8893504 or 12602232. OLE color: 12602232.
HSL color Cylindrical-coordinate representation of color #784BC0: hue angle of 263.08º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #784BC0 is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 75 | 192 | - |
| CMYK | 0.38 | 0.61 | 0 | 0.25 |
| HSL | 263.08º | 0.48% | 0.52% | - |
| HSV(B) | 263.08º | 0.61% | 0.75% | - |
| XYZ | 19.78 | 12.83 | 51.3 | - |
| YUV | 101.79 | 178.91 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 75 | 192 | 0.38 | 0.61 | 0 | 0.25 | 263.08 | 0.48 | 0.52 |
| Hex | 78 | 4B | C0 | 26 | 3D | 0 | 19 | 107 | 30 | 34 |
| Octal | 170 | 113 | 300 | 46 | 75 | 0 | 31 | 407 | 60 | 64 |
| Binary | 1111000 | 1001011 | 11000000 | 100110 | 111101 | 0 | 11001 | 100000111 | 110000 | 110100 |
Color Harmonies of #784BC0
Complementary color
Monochromatic Colors of #784BC0
Black with #784BC0
Text Example
Text Example
White with #784BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784BC0; }
p { color: rgb(120,75,192); }
H1.HeaderClassName
{
color: #784BC0;
}
.AnyTagClassName
{
color: #784BC0;
}
</style>
background-color css
<style>
a { background-color: #784BC0; }
a { background-color: rgb(120,75,192); }
div.DivClassName
{
background-color: #784BC0;
}
.BgClassName
{
background-color: #784BC0;
}
</style>
border-color css
<style>
span { border-color: #784BC0; }
span { border-color: rgb(120,75,192); }
td.TdClassName
{
border-color: #784BC0;
}
.TagClassName
{
border-color: #784BC0;
}
</style>