Shades of Blue Marguerite #705BBC
Tints of Blue Marguerite #705BBC
RGB
CMYK
RGB Variations
Color information
#705BBC (or 0x705BBC) is known color: Blue Marguerite. HEX triplet: 70, 5B and BC. RGB value is (112,91,188). Sum of RGB (Red+Green+Blue) = 112+91+188=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 91 (35.94% from 255 or 23.27% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #705BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705BBC is #8FA443. Grayscale: #6B6B6B. Windows color (decimal): -9413700 or 12344176. OLE color: 12344176.
HSL color Cylindrical-coordinate representation of color #705BBC: hue angle of 252.99º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #705BBC is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 91 | 188 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.26 |
| HSL | 252.99º | 0.42% | 0.55% | - |
| HSV(B) | 252.99º | 0.52% | 0.74% | - |
| XYZ | 19.5 | 14.56 | 49.36 | - |
| YUV | 108.34 | 172.96 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 91 | 188 | 0.40 | 0.52 | 0 | 0.26 | 252.99 | 0.42 | 0.55 |
| Hex | 70 | 5B | BC | 28 | 34 | 0 | 1A | FD | 2A | 37 |
| Octal | 160 | 133 | 274 | 50 | 64 | 0 | 32 | 375 | 52 | 67 |
| Binary | 1110000 | 1011011 | 10111100 | 101000 | 110100 | 0 | 11010 | 11111101 | 101010 | 110111 |
Color Harmonies of #705BBC
Complementary color
Monochromatic Colors of #705BBC
Black with #705BBC
Text Example
Text Example
White with #705BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705BBC; }
p { color: rgb(112,91,188); }
H1.HeaderClassName
{
color: #705BBC;
}
.AnyTagClassName
{
color: #705BBC;
}
</style>
background-color css
<style>
a { background-color: #705BBC; }
a { background-color: rgb(112,91,188); }
div.DivClassName
{
background-color: #705BBC;
}
.BgClassName
{
background-color: #705BBC;
}
</style>
border-color css
<style>
span { border-color: #705BBC; }
span { border-color: rgb(112,91,188); }
td.TdClassName
{
border-color: #705BBC;
}
.TagClassName
{
border-color: #705BBC;
}
</style>