Shades of Medium Slate Blue #705AEC
Tints of Medium Slate Blue #705AEC
RGB
CMYK
RGB Variations
Color information
#705AEC (or 0x705AEC) is known color: Medium Slate Blue. HEX triplet: 70, 5A and EC. RGB value is (112,90,236). Sum of RGB (Red+Green+Blue) = 112+90+236=438 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.57% from 438); Green value is 90 (35.55% from 255 or 20.55% from 438); Blue value is 236 (92.58% from 255 or 53.88% from 438); Max value from RGB is 236 - color contains mainly: blue. Hex color #705AEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705AEC is #8FA513. Grayscale: #707070. Windows color (decimal): -9413908 or 15489648. OLE color: 15489648.
HSL color Cylindrical-coordinate representation of color #705AEC: hue angle of 249.04º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #705AEC is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 90 | 236 | - |
| CMYK | 0.53 | 0.62 | 0 | 0.07 |
| HSL | 249.04º | 0.79% | 0.64% | - |
| HSV(B) | 249.04º | 0.62% | 0.93% | - |
| XYZ | 25.48 | 16.81 | 81.26 | - |
| YUV | 113.22 | 197.29 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 90 | 236 | 0.53 | 0.62 | 0 | 0.07 | 249.04 | 0.79 | 0.64 |
| Hex | 70 | 5A | EC | 35 | 3E | 0 | 7 | F9 | 4F | 40 |
| Octal | 160 | 132 | 354 | 65 | 76 | 0 | 7 | 371 | 117 | 100 |
| Binary | 1110000 | 1011010 | 11101100 | 110101 | 111110 | 0 | 111 | 11111001 | 1001111 | 1000000 |
Color Harmonies of #705AEC
Complementary color
Monochromatic Colors of #705AEC
Black with #705AEC
Text Example
Text Example
White with #705AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705AEC; }
p { color: rgb(112,90,236); }
H1.HeaderClassName
{
color: #705AEC;
}
.AnyTagClassName
{
color: #705AEC;
}
</style>
background-color css
<style>
a { background-color: #705AEC; }
a { background-color: rgb(112,90,236); }
div.DivClassName
{
background-color: #705AEC;
}
.BgClassName
{
background-color: #705AEC;
}
</style>
border-color css
<style>
span { border-color: #705AEC; }
span { border-color: rgb(112,90,236); }
td.TdClassName
{
border-color: #705AEC;
}
.TagClassName
{
border-color: #705AEC;
}
</style>