Shades of Blue Marguerite #705BBA
Tints of Blue Marguerite #705BBA
RGB
CMYK
RGB Variations
Color information
#705BBA (or 0x705BBA) is known color: Blue Marguerite. HEX triplet: 70, 5B and BA. RGB value is (112,91,186). Sum of RGB (Red+Green+Blue) = 112+91+186=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 91 (35.94% from 255 or 23.39% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #705BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705BBA is #8FA445. Grayscale: #6B6B6B. Windows color (decimal): -9413702 or 12213104. OLE color: 12213104.
HSL color Cylindrical-coordinate representation of color #705BBA: hue angle of 253.26º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #705BBA is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 91 | 186 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.27 |
| HSL | 253.26º | 0.41% | 0.54% | - |
| HSV(B) | 253.26º | 0.51% | 0.73% | - |
| XYZ | 19.29 | 14.47 | 48.23 | - |
| YUV | 108.11 | 171.96 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 91 | 186 | 0.40 | 0.51 | 0 | 0.27 | 253.26 | 0.41 | 0.54 |
| Hex | 70 | 5B | BA | 28 | 33 | 0 | 1B | FD | 29 | 36 |
| Octal | 160 | 133 | 272 | 50 | 63 | 0 | 33 | 375 | 51 | 66 |
| Binary | 1110000 | 1011011 | 10111010 | 101000 | 110011 | 0 | 11011 | 11111101 | 101001 | 110110 |
Color Harmonies of #705BBA
Complementary color
Monochromatic Colors of #705BBA
Black with #705BBA
Text Example
Text Example
White with #705BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705BBA; }
p { color: rgb(112,91,186); }
H1.HeaderClassName
{
color: #705BBA;
}
.AnyTagClassName
{
color: #705BBA;
}
</style>
background-color css
<style>
a { background-color: #705BBA; }
a { background-color: rgb(112,91,186); }
div.DivClassName
{
background-color: #705BBA;
}
.BgClassName
{
background-color: #705BBA;
}
</style>
border-color css
<style>
span { border-color: #705BBA; }
span { border-color: rgb(112,91,186); }
td.TdClassName
{
border-color: #705BBA;
}
.TagClassName
{
border-color: #705BBA;
}
</style>