Shades of Blue Marguerite #705AAF
Tints of Blue Marguerite #705AAF
RGB
CMYK
RGB Variations
Color information
#705AAF (or 0x705AAF) is known color: Blue Marguerite. HEX triplet: 70, 5A and AF. RGB value is (112,90,175). Sum of RGB (Red+Green+Blue) = 112+90+175=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 175 - color contains mainly: blue. Hex color #705AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705AAF is #8FA550. Grayscale: #696969. Windows color (decimal): -9413969 or 11491952. OLE color: 11491952.
HSL color Cylindrical-coordinate representation of color #705AAF: hue angle of 255.53º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #705AAF is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 90 | 175 | - |
| CMYK | 0.36 | 0.49 | 0 | 0.31 |
| HSL | 255.53º | 0.35% | 0.52% | - |
| HSV(B) | 255.53º | 0.49% | 0.69% | - |
| XYZ | 18.08 | 13.85 | 42.28 | - |
| YUV | 106.27 | 166.79 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 90 | 175 | 0.36 | 0.49 | 0 | 0.31 | 255.53 | 0.35 | 0.52 |
| Hex | 70 | 5A | AF | 24 | 31 | 0 | 1F | 100 | 23 | 34 |
| Octal | 160 | 132 | 257 | 44 | 61 | 0 | 37 | 400 | 43 | 64 |
| Binary | 1110000 | 1011010 | 10101111 | 100100 | 110001 | 0 | 11111 | 100000000 | 100011 | 110100 |
Color Harmonies of #705AAF
Complementary color
Monochromatic Colors of #705AAF
Black with #705AAF
Text Example
Text Example
White with #705AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705AAF; }
p { color: rgb(112,90,175); }
H1.HeaderClassName
{
color: #705AAF;
}
.AnyTagClassName
{
color: #705AAF;
}
</style>
background-color css
<style>
a { background-color: #705AAF; }
a { background-color: rgb(112,90,175); }
div.DivClassName
{
background-color: #705AAF;
}
.BgClassName
{
background-color: #705AAF;
}
</style>
border-color css
<style>
span { border-color: #705AAF; }
span { border-color: rgb(112,90,175); }
td.TdClassName
{
border-color: #705AAF;
}
.TagClassName
{
border-color: #705AAF;
}
</style>