Shades of Blue Marguerite #705BAB
Tints of Blue Marguerite #705BAB
RGB
CMYK
RGB Variations
Color information
#705BAB (or 0x705BAB) is known color: Blue Marguerite. HEX triplet: 70, 5B and AB. RGB value is (112,91,171). Sum of RGB (Red+Green+Blue) = 112+91+171=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 91 (35.94% from 255 or 24.33% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #705BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705BAB is #8FA454. Grayscale: #6A6A6A. Windows color (decimal): -9413717 or 11230064. OLE color: 11230064.
HSL color Cylindrical-coordinate representation of color #705BAB: hue angle of 255.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #705BAB is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 91 | 171 | - |
| CMYK | 0.35 | 0.47 | 0 | 0.33 |
| HSL | 255.75º | 0.32% | 0.51% | - |
| HSV(B) | 255.75º | 0.47% | 0.67% | - |
| XYZ | 17.77 | 13.87 | 40.27 | - |
| YUV | 106.4 | 164.46 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 91 | 171 | 0.35 | 0.47 | 0 | 0.33 | 255.75 | 0.32 | 0.51 |
| Hex | 70 | 5B | AB | 23 | 2F | 0 | 21 | 100 | 20 | 33 |
| Octal | 160 | 133 | 253 | 43 | 57 | 0 | 41 | 400 | 40 | 63 |
| Binary | 1110000 | 1011011 | 10101011 | 100011 | 101111 | 0 | 100001 | 100000000 | 100000 | 110011 |
Color Harmonies of #705BAB
Complementary color
Monochromatic Colors of #705BAB
Black with #705BAB
Text Example
Text Example
White with #705BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705BAB; }
p { color: rgb(112,91,171); }
H1.HeaderClassName
{
color: #705BAB;
}
.AnyTagClassName
{
color: #705BAB;
}
</style>
background-color css
<style>
a { background-color: #705BAB; }
a { background-color: rgb(112,91,171); }
div.DivClassName
{
background-color: #705BAB;
}
.BgClassName
{
background-color: #705BAB;
}
</style>
border-color css
<style>
span { border-color: #705BAB; }
span { border-color: rgb(112,91,171); }
td.TdClassName
{
border-color: #705BAB;
}
.TagClassName
{
border-color: #705BAB;
}
</style>