Shades of Blue Marguerite #705BAC
Tints of Blue Marguerite #705BAC
RGB
CMYK
RGB Variations
Color information
#705BAC (or 0x705BAC) is known color: Blue Marguerite. HEX triplet: 70, 5B and AC. RGB value is (112,91,172). Sum of RGB (Red+Green+Blue) = 112+91+172=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 91 (35.94% from 255 or 24.27% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #705BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705BAC is #8FA453. Grayscale: #6A6A6A. Windows color (decimal): -9413716 or 11295600. OLE color: 11295600.
HSL color Cylindrical-coordinate representation of color #705BAC: hue angle of 255.56º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #705BAC is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 91 | 172 | - |
| CMYK | 0.35 | 0.47 | 0 | 0.33 |
| HSL | 255.56º | 0.33% | 0.52% | - |
| HSV(B) | 255.56º | 0.47% | 0.67% | - |
| XYZ | 17.87 | 13.91 | 40.77 | - |
| YUV | 106.51 | 164.96 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 91 | 172 | 0.35 | 0.47 | 0 | 0.33 | 255.56 | 0.33 | 0.52 |
| Hex | 70 | 5B | AC | 23 | 2F | 0 | 21 | 100 | 21 | 34 |
| Octal | 160 | 133 | 254 | 43 | 57 | 0 | 41 | 400 | 41 | 64 |
| Binary | 1110000 | 1011011 | 10101100 | 100011 | 101111 | 0 | 100001 | 100000000 | 100001 | 110100 |
Color Harmonies of #705BAC
Complementary color
Monochromatic Colors of #705BAC
Black with #705BAC
Text Example
Text Example
White with #705BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705BAC; }
p { color: rgb(112,91,172); }
H1.HeaderClassName
{
color: #705BAC;
}
.AnyTagClassName
{
color: #705BAC;
}
</style>
background-color css
<style>
a { background-color: #705BAC; }
a { background-color: rgb(112,91,172); }
div.DivClassName
{
background-color: #705BAC;
}
.BgClassName
{
background-color: #705BAC;
}
</style>
border-color css
<style>
span { border-color: #705BAC; }
span { border-color: rgb(112,91,172); }
td.TdClassName
{
border-color: #705BAC;
}
.TagClassName
{
border-color: #705BAC;
}
</style>