Shades of Blue Marguerite #705EAA
Tints of Blue Marguerite #705EAA
RGB
CMYK
RGB Variations
Color information
#705EAA (or 0x705EAA) is known color: Blue Marguerite. HEX triplet: 70, 5E and AA. RGB value is (112,94,170). Sum of RGB (Red+Green+Blue) = 112+94+170=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #705EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705EAA is #8FA155. Grayscale: #6B6B6B. Windows color (decimal): -9412950 or 11165296. OLE color: 11165296.
HSL color Cylindrical-coordinate representation of color #705EAA: hue angle of 254.21º degrees, saturation: 0.31, 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 #705EAA is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 94 | 170 | - |
| CMYK | 0.34 | 0.45 | 0 | 0.33 |
| HSL | 254.21º | 0.31% | 0.52% | - |
| HSV(B) | 254.21º | 0.45% | 0.67% | - |
| XYZ | 17.94 | 14.35 | 39.85 | - |
| YUV | 108.05 | 162.96 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 94 | 170 | 0.34 | 0.45 | 0 | 0.33 | 254.21 | 0.31 | 0.52 |
| Hex | 70 | 5E | AA | 22 | 2D | 0 | 21 | FE | 1F | 34 |
| Octal | 160 | 136 | 252 | 42 | 55 | 0 | 41 | 376 | 37 | 64 |
| Binary | 1110000 | 1011110 | 10101010 | 100010 | 101101 | 0 | 100001 | 11111110 | 11111 | 110100 |
Color Harmonies of #705EAA
Complementary color
Monochromatic Colors of #705EAA
Black with #705EAA
Text Example
Text Example
White with #705EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705EAA; }
p { color: rgb(112,94,170); }
H1.HeaderClassName
{
color: #705EAA;
}
.AnyTagClassName
{
color: #705EAA;
}
</style>
background-color css
<style>
a { background-color: #705EAA; }
a { background-color: rgb(112,94,170); }
div.DivClassName
{
background-color: #705EAA;
}
.BgClassName
{
background-color: #705EAA;
}
</style>
border-color css
<style>
span { border-color: #705EAA; }
span { border-color: rgb(112,94,170); }
td.TdClassName
{
border-color: #705EAA;
}
.TagClassName
{
border-color: #705EAA;
}
</style>