Shades of Blue Marguerite #716ABD
Tints of Blue Marguerite #716ABD
RGB
CMYK
RGB Variations
Color information
#716ABD (or 0x716ABD) is known color: Blue Marguerite. HEX triplet: 71, 6A and BD. RGB value is (113,106,189). Sum of RGB (Red+Green+Blue) = 113+106+189=408 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.70% from 408); Green value is 106 (41.80% from 255 or 25.98% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 189 - color contains mainly: blue. Hex color #716ABD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716ABD is #8E9542. Grayscale: #757575. Windows color (decimal): -9344323 or 12413553. OLE color: 12413553.
HSL color Cylindrical-coordinate representation of color #716ABD: hue angle of 245.06º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #716ABD is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 106 | 189 | - |
| CMYK | 0.40 | 0.44 | 0 | 0.26 |
| HSL | 245.06º | 0.39% | 0.58% | - |
| HSV(B) | 245.06º | 0.44% | 0.74% | - |
| XYZ | 21.15 | 17.49 | 50.41 | - |
| YUV | 117.56 | 168.32 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 106 | 189 | 0.40 | 0.44 | 0 | 0.26 | 245.06 | 0.39 | 0.58 |
| Hex | 71 | 6A | BD | 28 | 2C | 0 | 1A | F5 | 27 | 3A |
| Octal | 161 | 152 | 275 | 50 | 54 | 0 | 32 | 365 | 47 | 72 |
| Binary | 1110001 | 1101010 | 10111101 | 101000 | 101100 | 0 | 11010 | 11110101 | 100111 | 111010 |
Color Harmonies of #716ABD
Complementary color
Monochromatic Colors of #716ABD
Black with #716ABD
Text Example
Text Example
White with #716ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716ABD; }
p { color: rgb(113,106,189); }
H1.HeaderClassName
{
color: #716ABD;
}
.AnyTagClassName
{
color: #716ABD;
}
</style>
background-color css
<style>
a { background-color: #716ABD; }
a { background-color: rgb(113,106,189); }
div.DivClassName
{
background-color: #716ABD;
}
.BgClassName
{
background-color: #716ABD;
}
</style>
border-color css
<style>
span { border-color: #716ABD; }
span { border-color: rgb(113,106,189); }
td.TdClassName
{
border-color: #716ABD;
}
.TagClassName
{
border-color: #716ABD;
}
</style>