Shades of Blue Marguerite #7968B6
Tints of Blue Marguerite #7968B6
RGB
CMYK
RGB Variations
Color information
#7968B6 (or 0x7968B6) is known color: Blue Marguerite. HEX triplet: 79, 68 and B6. RGB value is (121,104,182). Sum of RGB (Red+Green+Blue) = 121+104+182=407 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.73% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 182 (71.48% from 255 or 44.72% from 407); Max value from RGB is 182 - color contains mainly: blue. Hex color #7968B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7968B6 is #869749. Grayscale: #757575. Windows color (decimal): -8820554 or 11954297. OLE color: 11954297.
HSL color Cylindrical-coordinate representation of color #7968B6: hue angle of 253.08º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7968B6 is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 121 | 104 | 182 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.29 |
| HSL | 253.08º | 0.35% | 0.56% | - |
| HSV(B) | 253.08º | 0.43% | 0.71% | - |
| XYZ | 21.28 | 17.34 | 46.48 | - |
| YUV | 117.98 | 164.13 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 104 | 182 | 0.34 | 0.43 | 0 | 0.29 | 253.08 | 0.35 | 0.56 |
| Hex | 79 | 68 | B6 | 22 | 2B | 0 | 1D | FD | 23 | 38 |
| Octal | 171 | 150 | 266 | 42 | 53 | 0 | 35 | 375 | 43 | 70 |
| Binary | 1111001 | 1101000 | 10110110 | 100010 | 101011 | 0 | 11101 | 11111101 | 100011 | 111000 |
Color Harmonies of #7968B6
Complementary color
Monochromatic Colors of #7968B6
Black with #7968B6
Text Example
Text Example
White with #7968B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7968B6; }
p { color: rgb(121,104,182); }
H1.HeaderClassName
{
color: #7968B6;
}
.AnyTagClassName
{
color: #7968B6;
}
</style>
background-color css
<style>
a { background-color: #7968B6; }
a { background-color: rgb(121,104,182); }
div.DivClassName
{
background-color: #7968B6;
}
.BgClassName
{
background-color: #7968B6;
}
</style>
border-color css
<style>
span { border-color: #7968B6; }
span { border-color: rgb(121,104,182); }
td.TdClassName
{
border-color: #7968B6;
}
.TagClassName
{
border-color: #7968B6;
}
</style>