Shades of Blue Marguerite #705EBB
Tints of Blue Marguerite #705EBB
RGB
CMYK
RGB Variations
Color information
#705EBB (or 0x705EBB) is known color: Blue Marguerite. HEX triplet: 70, 5E and BB. RGB value is (112,94,187). Sum of RGB (Red+Green+Blue) = 112+94+187=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #705EBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705EBB is #8FA144. Grayscale: #6D6D6D. Windows color (decimal): -9412933 or 12279408. OLE color: 12279408.
HSL color Cylindrical-coordinate representation of color #705EBB: hue angle of 251.61º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #705EBB is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 94 | 187 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.27 |
| HSL | 251.61º | 0.41% | 0.55% | - |
| HSV(B) | 251.61º | 0.5% | 0.73% | - |
| XYZ | 19.65 | 15.04 | 48.88 | - |
| YUV | 109.98 | 171.46 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 94 | 187 | 0.40 | 0.50 | 0 | 0.27 | 251.61 | 0.41 | 0.55 |
| Hex | 70 | 5E | BB | 28 | 32 | 0 | 1B | FC | 29 | 37 |
| Octal | 160 | 136 | 273 | 50 | 62 | 0 | 33 | 374 | 51 | 67 |
| Binary | 1110000 | 1011110 | 10111011 | 101000 | 110010 | 0 | 11011 | 11111100 | 101001 | 110111 |
Color Harmonies of #705EBB
Complementary color
Monochromatic Colors of #705EBB
Black with #705EBB
Text Example
Text Example
White with #705EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705EBB; }
p { color: rgb(112,94,187); }
H1.HeaderClassName
{
color: #705EBB;
}
.AnyTagClassName
{
color: #705EBB;
}
</style>
background-color css
<style>
a { background-color: #705EBB; }
a { background-color: rgb(112,94,187); }
div.DivClassName
{
background-color: #705EBB;
}
.BgClassName
{
background-color: #705EBB;
}
</style>
border-color css
<style>
span { border-color: #705EBB; }
span { border-color: rgb(112,94,187); }
td.TdClassName
{
border-color: #705EBB;
}
.TagClassName
{
border-color: #705EBB;
}
</style>