Shades of Blue Marguerite #705BBE
Tints of Blue Marguerite #705BBE
RGB
CMYK
RGB Variations
Color information
#705BBE (or 0x705BBE) is known color: Blue Marguerite. HEX triplet: 70, 5B and BE. RGB value is (112,91,190). Sum of RGB (Red+Green+Blue) = 112+91+190=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #705BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705BBE is #8FA441. Grayscale: #6C6C6C. Windows color (decimal): -9413698 or 12475248. OLE color: 12475248.
HSL color Cylindrical-coordinate representation of color #705BBE: hue angle of 252.73º degrees, saturation: 0.43, 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 #705BBE is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 91 | 190 | - |
| CMYK | 0.41 | 0.52 | 0 | 0.25 |
| HSL | 252.73º | 0.43% | 0.55% | - |
| HSV(B) | 252.73º | 0.52% | 0.75% | - |
| XYZ | 19.72 | 14.64 | 50.5 | - |
| YUV | 108.57 | 173.96 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 91 | 190 | 0.41 | 0.52 | 0 | 0.25 | 252.73 | 0.43 | 0.55 |
| Hex | 70 | 5B | BE | 29 | 34 | 0 | 19 | FD | 2B | 37 |
| Octal | 160 | 133 | 276 | 51 | 64 | 0 | 31 | 375 | 53 | 67 |
| Binary | 1110000 | 1011011 | 10111110 | 101001 | 110100 | 0 | 11001 | 11111101 | 101011 | 110111 |
Color Harmonies of #705BBE
Complementary color
Monochromatic Colors of #705BBE
Black with #705BBE
Text Example
Text Example
White with #705BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705BBE; }
p { color: rgb(112,91,190); }
H1.HeaderClassName
{
color: #705BBE;
}
.AnyTagClassName
{
color: #705BBE;
}
</style>
background-color css
<style>
a { background-color: #705BBE; }
a { background-color: rgb(112,91,190); }
div.DivClassName
{
background-color: #705BBE;
}
.BgClassName
{
background-color: #705BBE;
}
</style>
border-color css
<style>
span { border-color: #705BBE; }
span { border-color: rgb(112,91,190); }
td.TdClassName
{
border-color: #705BBE;
}
.TagClassName
{
border-color: #705BBE;
}
</style>