Shades of Blue Marguerite #705AAC
Tints of Blue Marguerite #705AAC
RGB
CMYK
RGB Variations
Color information
#705AAC (or 0x705AAC) is known color: Blue Marguerite. HEX triplet: 70, 5A and AC. RGB value is (112,90,172). Sum of RGB (Red+Green+Blue) = 112+90+172=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #705AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705AAC is #8FA553. Grayscale: #696969. Windows color (decimal): -9413972 or 11295344. OLE color: 11295344.
HSL color Cylindrical-coordinate representation of color #705AAC: hue angle of 256.1º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #705AAC is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 90 | 172 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.33 |
| HSL | 256.1º | 0.33% | 0.51% | - |
| HSV(B) | 256.1º | 0.48% | 0.67% | - |
| XYZ | 17.78 | 13.74 | 40.74 | - |
| YUV | 105.93 | 165.29 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 90 | 172 | 0.35 | 0.48 | 0 | 0.33 | 256.1 | 0.33 | 0.51 |
| Hex | 70 | 5A | AC | 23 | 30 | 0 | 21 | 100 | 21 | 33 |
| Octal | 160 | 132 | 254 | 43 | 60 | 0 | 41 | 400 | 41 | 63 |
| Binary | 1110000 | 1011010 | 10101100 | 100011 | 110000 | 0 | 100001 | 100000000 | 100001 | 110011 |
Color Harmonies of #705AAC
Complementary color
Monochromatic Colors of #705AAC
Black with #705AAC
Text Example
Text Example
White with #705AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705AAC; }
p { color: rgb(112,90,172); }
H1.HeaderClassName
{
color: #705AAC;
}
.AnyTagClassName
{
color: #705AAC;
}
</style>
background-color css
<style>
a { background-color: #705AAC; }
a { background-color: rgb(112,90,172); }
div.DivClassName
{
background-color: #705AAC;
}
.BgClassName
{
background-color: #705AAC;
}
</style>
border-color css
<style>
span { border-color: #705AAC; }
span { border-color: rgb(112,90,172); }
td.TdClassName
{
border-color: #705AAC;
}
.TagClassName
{
border-color: #705AAC;
}
</style>