Shades of Blue Marguerite #7969B4
Tints of Blue Marguerite #7969B4
RGB
CMYK
RGB Variations
Color information
#7969B4 (or 0x7969B4) is known color: Blue Marguerite. HEX triplet: 79, 69 and B4. RGB value is (121,105,180). Sum of RGB (Red+Green+Blue) = 121+105+180=406 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.80% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 180 (70.70% from 255 or 44.33% from 406); Max value from RGB is 180 - color contains mainly: blue. Hex color #7969B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7969B4 is #86964B. Grayscale: #767676. Windows color (decimal): -8820300 or 11823481. OLE color: 11823481.
HSL color Cylindrical-coordinate representation of color #7969B4: hue angle of 252.8º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7969B4 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 121 | 105 | 180 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.29 |
| HSL | 252.8º | 0.33% | 0.56% | - |
| HSV(B) | 252.8º | 0.42% | 0.71% | - |
| XYZ | 21.17 | 17.46 | 45.43 | - |
| YUV | 118.33 | 162.8 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 105 | 180 | 0.33 | 0.42 | 0 | 0.29 | 252.8 | 0.33 | 0.56 |
| Hex | 79 | 69 | B4 | 21 | 2A | 0 | 1D | FD | 21 | 38 |
| Octal | 171 | 151 | 264 | 41 | 52 | 0 | 35 | 375 | 41 | 70 |
| Binary | 1111001 | 1101001 | 10110100 | 100001 | 101010 | 0 | 11101 | 11111101 | 100001 | 111000 |
Color Harmonies of #7969B4
Complementary color
Monochromatic Colors of #7969B4
Black with #7969B4
Text Example
Text Example
White with #7969B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7969B4; }
p { color: rgb(121,105,180); }
H1.HeaderClassName
{
color: #7969B4;
}
.AnyTagClassName
{
color: #7969B4;
}
</style>
background-color css
<style>
a { background-color: #7969B4; }
a { background-color: rgb(121,105,180); }
div.DivClassName
{
background-color: #7969B4;
}
.BgClassName
{
background-color: #7969B4;
}
</style>
border-color css
<style>
span { border-color: #7969B4; }
span { border-color: rgb(121,105,180); }
td.TdClassName
{
border-color: #7969B4;
}
.TagClassName
{
border-color: #7969B4;
}
</style>