Shades of Blue Marguerite #705EBA
Tints of Blue Marguerite #705EBA
RGB
CMYK
RGB Variations
Color information
#705EBA (or 0x705EBA) is known color: Blue Marguerite. HEX triplet: 70, 5E and BA. RGB value is (112,94,186). Sum of RGB (Red+Green+Blue) = 112+94+186=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #705EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705EBA is #8FA145. Grayscale: #6D6D6D. Windows color (decimal): -9412934 or 12213872. OLE color: 12213872.
HSL color Cylindrical-coordinate representation of color #705EBA: hue angle of 251.74º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #705EBA is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 94 | 186 | - |
| CMYK | 0.40 | 0.49 | 0 | 0.27 |
| HSL | 251.74º | 0.4% | 0.55% | - |
| HSV(B) | 251.74º | 0.49% | 0.73% | - |
| XYZ | 19.55 | 15 | 48.32 | - |
| YUV | 109.87 | 170.96 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 94 | 186 | 0.40 | 0.49 | 0 | 0.27 | 251.74 | 0.4 | 0.55 |
| Hex | 70 | 5E | BA | 28 | 31 | 0 | 1B | FC | 28 | 37 |
| Octal | 160 | 136 | 272 | 50 | 61 | 0 | 33 | 374 | 50 | 67 |
| Binary | 1110000 | 1011110 | 10111010 | 101000 | 110001 | 0 | 11011 | 11111100 | 101000 | 110111 |
Color Harmonies of #705EBA
Complementary color
Monochromatic Colors of #705EBA
Black with #705EBA
Text Example
Text Example
White with #705EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705EBA; }
p { color: rgb(112,94,186); }
H1.HeaderClassName
{
color: #705EBA;
}
.AnyTagClassName
{
color: #705EBA;
}
</style>
background-color css
<style>
a { background-color: #705EBA; }
a { background-color: rgb(112,94,186); }
div.DivClassName
{
background-color: #705EBA;
}
.BgClassName
{
background-color: #705EBA;
}
</style>
border-color css
<style>
span { border-color: #705EBA; }
span { border-color: rgb(112,94,186); }
td.TdClassName
{
border-color: #705EBA;
}
.TagClassName
{
border-color: #705EBA;
}
</style>