Shades of Blue Marguerite #7169B4
Tints of Blue Marguerite #7169B4
RGB
CMYK
RGB Variations
Color information
#7169B4 (or 0x7169B4) is known color: Blue Marguerite. HEX triplet: 71, 69 and B4. RGB value is (113,105,180). Sum of RGB (Red+Green+Blue) = 113+105+180=398 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.39% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 180 (70.70% from 255 or 45.23% from 398); Max value from RGB is 180 - color contains mainly: blue. Hex color #7169B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7169B4 is #8E964B. Grayscale: #737373. Windows color (decimal): -9344588 or 11823473. OLE color: 11823473.
HSL color Cylindrical-coordinate representation of color #7169B4: hue angle of 246.4º 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 #7169B4 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 105 | 180 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.29 |
| HSL | 246.4º | 0.33% | 0.56% | - |
| HSV(B) | 246.4º | 0.42% | 0.71% | - |
| XYZ | 20.1 | 16.91 | 45.38 | - |
| YUV | 115.94 | 164.15 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 105 | 180 | 0.37 | 0.42 | 0 | 0.29 | 246.4 | 0.33 | 0.56 |
| Hex | 71 | 69 | B4 | 25 | 2A | 0 | 1D | F6 | 21 | 38 |
| Octal | 161 | 151 | 264 | 45 | 52 | 0 | 35 | 366 | 41 | 70 |
| Binary | 1110001 | 1101001 | 10110100 | 100101 | 101010 | 0 | 11101 | 11110110 | 100001 | 111000 |
Color Harmonies of #7169B4
Complementary color
Monochromatic Colors of #7169B4
Black with #7169B4
Text Example
Text Example
White with #7169B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7169B4; }
p { color: rgb(113,105,180); }
H1.HeaderClassName
{
color: #7169B4;
}
.AnyTagClassName
{
color: #7169B4;
}
</style>
background-color css
<style>
a { background-color: #7169B4; }
a { background-color: rgb(113,105,180); }
div.DivClassName
{
background-color: #7169B4;
}
.BgClassName
{
background-color: #7169B4;
}
</style>
border-color css
<style>
span { border-color: #7169B4; }
span { border-color: rgb(113,105,180); }
td.TdClassName
{
border-color: #7169B4;
}
.TagClassName
{
border-color: #7169B4;
}
</style>