Shades of Blue Marguerite #7869B1
Tints of Blue Marguerite #7869B1
RGB
CMYK
RGB Variations
Color information
#7869B1 (or 0x7869B1) is known color: Blue Marguerite. HEX triplet: 78, 69 and B1. RGB value is (120,105,177). Sum of RGB (Red+Green+Blue) = 120+105+177=402 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.85% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 177 (69.53% from 255 or 44.03% from 402); Max value from RGB is 177 - color contains mainly: blue. Hex color #7869B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7869B1 is #87964E. Grayscale: #757575. Windows color (decimal): -8885839 or 11626872. OLE color: 11626872.
HSL color Cylindrical-coordinate representation of color #7869B1: hue angle of 252.5º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7869B1 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 120 | 105 | 177 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.31 |
| HSL | 252.5º | 0.32% | 0.55% | - |
| HSV(B) | 252.5º | 0.41% | 0.69% | - |
| XYZ | 20.73 | 17.27 | 43.84 | - |
| YUV | 117.69 | 161.47 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 105 | 177 | 0.32 | 0.41 | 0 | 0.31 | 252.5 | 0.32 | 0.55 |
| Hex | 78 | 69 | B1 | 20 | 29 | 0 | 1F | FD | 20 | 37 |
| Octal | 170 | 151 | 261 | 40 | 51 | 0 | 37 | 375 | 40 | 67 |
| Binary | 1111000 | 1101001 | 10110001 | 100000 | 101001 | 0 | 11111 | 11111101 | 100000 | 110111 |
Color Harmonies of #7869B1
Complementary color
Monochromatic Colors of #7869B1
Black with #7869B1
Text Example
Text Example
White with #7869B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7869B1; }
p { color: rgb(120,105,177); }
H1.HeaderClassName
{
color: #7869B1;
}
.AnyTagClassName
{
color: #7869B1;
}
</style>
background-color css
<style>
a { background-color: #7869B1; }
a { background-color: rgb(120,105,177); }
div.DivClassName
{
background-color: #7869B1;
}
.BgClassName
{
background-color: #7869B1;
}
</style>
border-color css
<style>
span { border-color: #7869B1; }
span { border-color: rgb(120,105,177); }
td.TdClassName
{
border-color: #7869B1;
}
.TagClassName
{
border-color: #7869B1;
}
</style>