Shades of Blue Marguerite #705FAE
Tints of Blue Marguerite #705FAE
RGB
CMYK
RGB Variations
Color information
#705FAE (or 0x705FAE) is known color: Blue Marguerite. HEX triplet: 70, 5F and AE. RGB value is (112,95,174). Sum of RGB (Red+Green+Blue) = 112+95+174=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 174 - color contains mainly: blue. Hex color #705FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705FAE is #8FA051. Grayscale: #6C6C6C. Windows color (decimal): -9412690 or 11427696. OLE color: 11427696.
HSL color Cylindrical-coordinate representation of color #705FAE: hue angle of 252.91º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #705FAE is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 95 | 174 | - |
| CMYK | 0.36 | 0.45 | 0 | 0.32 |
| HSL | 252.91º | 0.33% | 0.53% | - |
| HSV(B) | 252.91º | 0.45% | 0.68% | - |
| XYZ | 18.41 | 14.69 | 41.91 | - |
| YUV | 109.09 | 164.63 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 174 | 0.36 | 0.45 | 0 | 0.32 | 252.91 | 0.33 | 0.53 |
| Hex | 70 | 5F | AE | 24 | 2D | 0 | 20 | FD | 21 | 35 |
| Octal | 160 | 137 | 256 | 44 | 55 | 0 | 40 | 375 | 41 | 65 |
| Binary | 1110000 | 1011111 | 10101110 | 100100 | 101101 | 0 | 100000 | 11111101 | 100001 | 110101 |
Color Harmonies of #705FAE
Complementary color
Monochromatic Colors of #705FAE
Black with #705FAE
Text Example
Text Example
White with #705FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705FAE; }
p { color: rgb(112,95,174); }
H1.HeaderClassName
{
color: #705FAE;
}
.AnyTagClassName
{
color: #705FAE;
}
</style>
background-color css
<style>
a { background-color: #705FAE; }
a { background-color: rgb(112,95,174); }
div.DivClassName
{
background-color: #705FAE;
}
.BgClassName
{
background-color: #705FAE;
}
</style>
border-color css
<style>
span { border-color: #705FAE; }
span { border-color: rgb(112,95,174); }
td.TdClassName
{
border-color: #705FAE;
}
.TagClassName
{
border-color: #705FAE;
}
</style>