Shades of Blue Marguerite #705EAC
Tints of Blue Marguerite #705EAC
RGB
CMYK
RGB Variations
Color information
#705EAC (or 0x705EAC) is known color: Blue Marguerite. HEX triplet: 70, 5E and AC. RGB value is (112,94,172). Sum of RGB (Red+Green+Blue) = 112+94+172=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #705EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705EAC is #8FA153. Grayscale: #6B6B6B. Windows color (decimal): -9412948 or 11296368. OLE color: 11296368.
HSL color Cylindrical-coordinate representation of color #705EAC: hue angle of 253.85º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #705EAC is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 94 | 172 | - |
| CMYK | 0.35 | 0.45 | 0 | 0.33 |
| HSL | 253.85º | 0.32% | 0.52% | - |
| HSV(B) | 253.85º | 0.45% | 0.67% | - |
| XYZ | 18.13 | 14.43 | 40.86 | - |
| YUV | 108.27 | 163.96 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 94 | 172 | 0.35 | 0.45 | 0 | 0.33 | 253.85 | 0.32 | 0.52 |
| Hex | 70 | 5E | AC | 23 | 2D | 0 | 21 | FE | 20 | 34 |
| Octal | 160 | 136 | 254 | 43 | 55 | 0 | 41 | 376 | 40 | 64 |
| Binary | 1110000 | 1011110 | 10101100 | 100011 | 101101 | 0 | 100001 | 11111110 | 100000 | 110100 |
Color Harmonies of #705EAC
Complementary color
Monochromatic Colors of #705EAC
Black with #705EAC
Text Example
Text Example
White with #705EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705EAC; }
p { color: rgb(112,94,172); }
H1.HeaderClassName
{
color: #705EAC;
}
.AnyTagClassName
{
color: #705EAC;
}
</style>
background-color css
<style>
a { background-color: #705EAC; }
a { background-color: rgb(112,94,172); }
div.DivClassName
{
background-color: #705EAC;
}
.BgClassName
{
background-color: #705EAC;
}
</style>
border-color css
<style>
span { border-color: #705EAC; }
span { border-color: rgb(112,94,172); }
td.TdClassName
{
border-color: #705EAC;
}
.TagClassName
{
border-color: #705EAC;
}
</style>