Shades of Blue Marguerite #705AB8
Tints of Blue Marguerite #705AB8
RGB
CMYK
RGB Variations
Color information
#705AB8 (or 0x705AB8) is known color: Blue Marguerite. HEX triplet: 70, 5A and B8. RGB value is (112,90,184). Sum of RGB (Red+Green+Blue) = 112+90+184=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 184 (72.27% from 255 or 47.67% from 386); Max value from RGB is 184 - color contains mainly: blue. Hex color #705AB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705AB8 is #8FA547. Grayscale: #6A6A6A. Windows color (decimal): -9413960 or 12081776. OLE color: 12081776.
HSL color Cylindrical-coordinate representation of color #705AB8: hue angle of 254.04º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #705AB8 is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 90 | 184 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.28 |
| HSL | 254.04º | 0.4% | 0.54% | - |
| HSV(B) | 254.04º | 0.51% | 0.72% | - |
| XYZ | 18.99 | 14.22 | 47.09 | - |
| YUV | 107.29 | 171.29 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 90 | 184 | 0.39 | 0.51 | 0 | 0.28 | 254.04 | 0.4 | 0.54 |
| Hex | 70 | 5A | B8 | 27 | 33 | 0 | 1C | FE | 28 | 36 |
| Octal | 160 | 132 | 270 | 47 | 63 | 0 | 34 | 376 | 50 | 66 |
| Binary | 1110000 | 1011010 | 10111000 | 100111 | 110011 | 0 | 11100 | 11111110 | 101000 | 110110 |
Color Harmonies of #705AB8
Complementary color
Monochromatic Colors of #705AB8
Black with #705AB8
Text Example
Text Example
White with #705AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705AB8; }
p { color: rgb(112,90,184); }
H1.HeaderClassName
{
color: #705AB8;
}
.AnyTagClassName
{
color: #705AB8;
}
</style>
background-color css
<style>
a { background-color: #705AB8; }
a { background-color: rgb(112,90,184); }
div.DivClassName
{
background-color: #705AB8;
}
.BgClassName
{
background-color: #705AB8;
}
</style>
border-color css
<style>
span { border-color: #705AB8; }
span { border-color: rgb(112,90,184); }
td.TdClassName
{
border-color: #705AB8;
}
.TagClassName
{
border-color: #705AB8;
}
</style>