Shades of Blue Marguerite #705BB1
Tints of Blue Marguerite #705BB1
RGB
CMYK
RGB Variations
Color information
#705BB1 (or 0x705BB1) is known color: Blue Marguerite. HEX triplet: 70, 5B and B1. RGB value is (112,91,177). Sum of RGB (Red+Green+Blue) = 112+91+177=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 177 (69.53% from 255 or 46.58% from 380); Max value from RGB is 177 - color contains mainly: blue. Hex color #705BB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705BB1 is #8FA44E. Grayscale: #6A6A6A. Windows color (decimal): -9413711 or 11623280. OLE color: 11623280.
HSL color Cylindrical-coordinate representation of color #705BB1: hue angle of 254.65º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #705BB1 is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 91 | 177 | - |
| CMYK | 0.37 | 0.49 | 0 | 0.31 |
| HSL | 254.65º | 0.36% | 0.53% | - |
| HSV(B) | 254.65º | 0.49% | 0.69% | - |
| XYZ | 18.36 | 14.1 | 43.35 | - |
| YUV | 107.08 | 167.46 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 91 | 177 | 0.37 | 0.49 | 0 | 0.31 | 254.65 | 0.36 | 0.53 |
| Hex | 70 | 5B | B1 | 25 | 31 | 0 | 1F | FF | 24 | 35 |
| Octal | 160 | 133 | 261 | 45 | 61 | 0 | 37 | 377 | 44 | 65 |
| Binary | 1110000 | 1011011 | 10110001 | 100101 | 110001 | 0 | 11111 | 11111111 | 100100 | 110101 |
Color Harmonies of #705BB1
Complementary color
Monochromatic Colors of #705BB1
Black with #705BB1
Text Example
Text Example
White with #705BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705BB1; }
p { color: rgb(112,91,177); }
H1.HeaderClassName
{
color: #705BB1;
}
.AnyTagClassName
{
color: #705BB1;
}
</style>
background-color css
<style>
a { background-color: #705BB1; }
a { background-color: rgb(112,91,177); }
div.DivClassName
{
background-color: #705BB1;
}
.BgClassName
{
background-color: #705BB1;
}
</style>
border-color css
<style>
span { border-color: #705BB1; }
span { border-color: rgb(112,91,177); }
td.TdClassName
{
border-color: #705BB1;
}
.TagClassName
{
border-color: #705BB1;
}
</style>