Shades of Blue Marguerite #705BBF
Tints of Blue Marguerite #705BBF
RGB
CMYK
RGB Variations
Color information
#705BBF (or 0x705BBF) is known color: Blue Marguerite. HEX triplet: 70, 5B and BF. RGB value is (112,91,191). Sum of RGB (Red+Green+Blue) = 112+91+191=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #705BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705BBF is #8FA440. Grayscale: #6C6C6C. Windows color (decimal): -9413697 or 12540784. OLE color: 12540784.
HSL color Cylindrical-coordinate representation of color #705BBF: hue angle of 252.6º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #705BBF is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 91 | 191 | - |
| CMYK | 0.41 | 0.52 | 0 | 0.25 |
| HSL | 252.6º | 0.44% | 0.55% | - |
| HSV(B) | 252.6º | 0.52% | 0.75% | - |
| XYZ | 19.83 | 14.69 | 51.08 | - |
| YUV | 108.68 | 174.46 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 91 | 191 | 0.41 | 0.52 | 0 | 0.25 | 252.6 | 0.44 | 0.55 |
| Hex | 70 | 5B | BF | 29 | 34 | 0 | 19 | FD | 2C | 37 |
| Octal | 160 | 133 | 277 | 51 | 64 | 0 | 31 | 375 | 54 | 67 |
| Binary | 1110000 | 1011011 | 10111111 | 101001 | 110100 | 0 | 11001 | 11111101 | 101100 | 110111 |
Color Harmonies of #705BBF
Complementary color
Monochromatic Colors of #705BBF
Black with #705BBF
Text Example
Text Example
White with #705BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705BBF; }
p { color: rgb(112,91,191); }
H1.HeaderClassName
{
color: #705BBF;
}
.AnyTagClassName
{
color: #705BBF;
}
</style>
background-color css
<style>
a { background-color: #705BBF; }
a { background-color: rgb(112,91,191); }
div.DivClassName
{
background-color: #705BBF;
}
.BgClassName
{
background-color: #705BBF;
}
</style>
border-color css
<style>
span { border-color: #705BBF; }
span { border-color: rgb(112,91,191); }
td.TdClassName
{
border-color: #705BBF;
}
.TagClassName
{
border-color: #705BBF;
}
</style>