Shades of Blue Marguerite #705EAD
Tints of Blue Marguerite #705EAD
RGB
CMYK
RGB Variations
Color information
#705EAD (or 0x705EAD) is known color: Blue Marguerite. HEX triplet: 70, 5E and AD. RGB value is (112,94,173). Sum of RGB (Red+Green+Blue) = 112+94+173=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 173 - color contains mainly: blue. Hex color #705EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705EAD is #8FA152. Grayscale: #6C6C6C. Windows color (decimal): -9412947 or 11361904. OLE color: 11361904.
HSL color Cylindrical-coordinate representation of color #705EAD: hue angle of 253.67º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #705EAD is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 94 | 173 | - |
| CMYK | 0.35 | 0.46 | 0 | 0.32 |
| HSL | 253.67º | 0.33% | 0.52% | - |
| HSV(B) | 253.67º | 0.46% | 0.68% | - |
| XYZ | 18.23 | 14.47 | 41.37 | - |
| YUV | 108.39 | 164.46 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 94 | 173 | 0.35 | 0.46 | 0 | 0.32 | 253.67 | 0.33 | 0.52 |
| Hex | 70 | 5E | AD | 23 | 2E | 0 | 20 | FE | 21 | 34 |
| Octal | 160 | 136 | 255 | 43 | 56 | 0 | 40 | 376 | 41 | 64 |
| Binary | 1110000 | 1011110 | 10101101 | 100011 | 101110 | 0 | 100000 | 11111110 | 100001 | 110100 |
Color Harmonies of #705EAD
Complementary color
Monochromatic Colors of #705EAD
Black with #705EAD
Text Example
Text Example
White with #705EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705EAD; }
p { color: rgb(112,94,173); }
H1.HeaderClassName
{
color: #705EAD;
}
.AnyTagClassName
{
color: #705EAD;
}
</style>
background-color css
<style>
a { background-color: #705EAD; }
a { background-color: rgb(112,94,173); }
div.DivClassName
{
background-color: #705EAD;
}
.BgClassName
{
background-color: #705EAD;
}
</style>
border-color css
<style>
span { border-color: #705EAD; }
span { border-color: rgb(112,94,173); }
td.TdClassName
{
border-color: #705EAD;
}
.TagClassName
{
border-color: #705EAD;
}
</style>