Shades of Blue Marguerite #705AAE
Tints of Blue Marguerite #705AAE
RGB
CMYK
RGB Variations
Color information
#705AAE (or 0x705AAE) is known color: Blue Marguerite. HEX triplet: 70, 5A and AE. RGB value is (112,90,174). Sum of RGB (Red+Green+Blue) = 112+90+174=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #705AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705AAE is #8FA551. Grayscale: #696969. Windows color (decimal): -9413970 or 11426416. OLE color: 11426416.
HSL color Cylindrical-coordinate representation of color #705AAE: hue angle of 255.71º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #705AAE is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 90 | 174 | - |
| CMYK | 0.36 | 0.48 | 0 | 0.32 |
| HSL | 255.71º | 0.34% | 0.52% | - |
| HSV(B) | 255.71º | 0.48% | 0.68% | - |
| XYZ | 17.98 | 13.81 | 41.76 | - |
| YUV | 106.15 | 166.29 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 90 | 174 | 0.36 | 0.48 | 0 | 0.32 | 255.71 | 0.34 | 0.52 |
| Hex | 70 | 5A | AE | 24 | 30 | 0 | 20 | 100 | 22 | 34 |
| Octal | 160 | 132 | 256 | 44 | 60 | 0 | 40 | 400 | 42 | 64 |
| Binary | 1110000 | 1011010 | 10101110 | 100100 | 110000 | 0 | 100000 | 100000000 | 100010 | 110100 |
Color Harmonies of #705AAE
Complementary color
Monochromatic Colors of #705AAE
Black with #705AAE
Text Example
Text Example
White with #705AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705AAE; }
p { color: rgb(112,90,174); }
H1.HeaderClassName
{
color: #705AAE;
}
.AnyTagClassName
{
color: #705AAE;
}
</style>
background-color css
<style>
a { background-color: #705AAE; }
a { background-color: rgb(112,90,174); }
div.DivClassName
{
background-color: #705AAE;
}
.BgClassName
{
background-color: #705AAE;
}
</style>
border-color css
<style>
span { border-color: #705AAE; }
span { border-color: rgb(112,90,174); }
td.TdClassName
{
border-color: #705AAE;
}
.TagClassName
{
border-color: #705AAE;
}
</style>