Shades of Blue Marguerite #705ABF
Tints of Blue Marguerite #705ABF
RGB
CMYK
RGB Variations
Color information
#705ABF (or 0x705ABF) is known color: Blue Marguerite. HEX triplet: 70, 5A and BF. RGB value is (112,90,191). Sum of RGB (Red+Green+Blue) = 112+90+191=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 191 (75% from 255 or 48.60% from 393); Max value from RGB is 191 - color contains mainly: blue. Hex color #705ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705ABF is #8FA540. Grayscale: #6B6B6B. Windows color (decimal): -9413953 or 12540528. OLE color: 12540528.
HSL color Cylindrical-coordinate representation of color #705ABF: hue angle of 253.07º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #705ABF is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 90 | 191 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.25 |
| HSL | 253.07º | 0.44% | 0.55% | - |
| HSV(B) | 253.07º | 0.53% | 0.75% | - |
| XYZ | 19.74 | 14.52 | 51.05 | - |
| YUV | 108.09 | 174.79 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 90 | 191 | 0.41 | 0.53 | 0 | 0.25 | 253.07 | 0.44 | 0.55 |
| Hex | 70 | 5A | BF | 29 | 35 | 0 | 19 | FD | 2C | 37 |
| Octal | 160 | 132 | 277 | 51 | 65 | 0 | 31 | 375 | 54 | 67 |
| Binary | 1110000 | 1011010 | 10111111 | 101001 | 110101 | 0 | 11001 | 11111101 | 101100 | 110111 |
Color Harmonies of #705ABF
Complementary color
Monochromatic Colors of #705ABF
Black with #705ABF
Text Example
Text Example
White with #705ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705ABF; }
p { color: rgb(112,90,191); }
H1.HeaderClassName
{
color: #705ABF;
}
.AnyTagClassName
{
color: #705ABF;
}
</style>
background-color css
<style>
a { background-color: #705ABF; }
a { background-color: rgb(112,90,191); }
div.DivClassName
{
background-color: #705ABF;
}
.BgClassName
{
background-color: #705ABF;
}
</style>
border-color css
<style>
span { border-color: #705ABF; }
span { border-color: rgb(112,90,191); }
td.TdClassName
{
border-color: #705ABF;
}
.TagClassName
{
border-color: #705ABF;
}
</style>