Shades of Blue Marguerite #786AB3
Tints of Blue Marguerite #786AB3
RGB
CMYK
RGB Variations
Color information
#786AB3 (or 0x786AB3) is known color: Blue Marguerite. HEX triplet: 78, 6A and B3. RGB value is (120,106,179). Sum of RGB (Red+Green+Blue) = 120+106+179=405 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.63% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 179 (70.31% from 255 or 44.20% from 405); Max value from RGB is 179 - color contains mainly: blue. Hex color #786AB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786AB3 is #87954C. Grayscale: #767676. Windows color (decimal): -8885581 or 11758200. OLE color: 11758200.
HSL color Cylindrical-coordinate representation of color #786AB3: hue angle of 251.51º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #786AB3 is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 120 | 106 | 179 | - |
| CMYK | 0.33 | 0.41 | 0 | 0.30 |
| HSL | 251.51º | 0.32% | 0.56% | - |
| HSV(B) | 251.51º | 0.41% | 0.7% | - |
| XYZ | 21.04 | 17.56 | 44.93 | - |
| YUV | 118.51 | 162.14 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 106 | 179 | 0.33 | 0.41 | 0 | 0.30 | 251.51 | 0.32 | 0.56 |
| Hex | 78 | 6A | B3 | 21 | 29 | 0 | 1E | FC | 20 | 38 |
| Octal | 170 | 152 | 263 | 41 | 51 | 0 | 36 | 374 | 40 | 70 |
| Binary | 1111000 | 1101010 | 10110011 | 100001 | 101001 | 0 | 11110 | 11111100 | 100000 | 111000 |
Color Harmonies of #786AB3
Complementary color
Monochromatic Colors of #786AB3
Black with #786AB3
Text Example
Text Example
White with #786AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786AB3; }
p { color: rgb(120,106,179); }
H1.HeaderClassName
{
color: #786AB3;
}
.AnyTagClassName
{
color: #786AB3;
}
</style>
background-color css
<style>
a { background-color: #786AB3; }
a { background-color: rgb(120,106,179); }
div.DivClassName
{
background-color: #786AB3;
}
.BgClassName
{
background-color: #786AB3;
}
</style>
border-color css
<style>
span { border-color: #786AB3; }
span { border-color: rgb(120,106,179); }
td.TdClassName
{
border-color: #786AB3;
}
.TagClassName
{
border-color: #786AB3;
}
</style>