Shades of Medium Slate Blue #705AEE
Tints of Medium Slate Blue #705AEE
RGB
CMYK
RGB Variations
Color information
#705AEE (or 0x705AEE) is known color: Medium Slate Blue. HEX triplet: 70, 5A and EE. RGB value is (112,90,238). Sum of RGB (Red+Green+Blue) = 112+90+238=440 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.45% from 440); Green value is 90 (35.55% from 255 or 20.45% from 440); Blue value is 238 (93.36% from 255 or 54.09% from 440); Max value from RGB is 238 - color contains mainly: blue. Hex color #705AEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705AEE is #8FA511. Grayscale: #707070. Windows color (decimal): -9413906 or 15620720. OLE color: 15620720.
HSL color Cylindrical-coordinate representation of color #705AEE: hue angle of 248.92º degrees, saturation: 0.81, 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 #705AEE is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 90 | 238 | - |
| CMYK | 0.53 | 0.62 | 0 | 0.07 |
| HSL | 248.92º | 0.81% | 0.64% | - |
| HSV(B) | 248.92º | 0.62% | 0.93% | - |
| XYZ | 25.77 | 16.93 | 82.8 | - |
| YUV | 113.45 | 198.29 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 90 | 238 | 0.53 | 0.62 | 0 | 0.07 | 248.92 | 0.81 | 0.64 |
| Hex | 70 | 5A | EE | 35 | 3E | 0 | 7 | F9 | 51 | 40 |
| Octal | 160 | 132 | 356 | 65 | 76 | 0 | 7 | 371 | 121 | 100 |
| Binary | 1110000 | 1011010 | 11101110 | 110101 | 111110 | 0 | 111 | 11111001 | 1010001 | 1000000 |
Color Harmonies of #705AEE
Complementary color
Monochromatic Colors of #705AEE
Black with #705AEE
Text Example
Text Example
White with #705AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705AEE; }
p { color: rgb(112,90,238); }
H1.HeaderClassName
{
color: #705AEE;
}
.AnyTagClassName
{
color: #705AEE;
}
</style>
background-color css
<style>
a { background-color: #705AEE; }
a { background-color: rgb(112,90,238); }
div.DivClassName
{
background-color: #705AEE;
}
.BgClassName
{
background-color: #705AEE;
}
</style>
border-color css
<style>
span { border-color: #705AEE; }
span { border-color: rgb(112,90,238); }
td.TdClassName
{
border-color: #705AEE;
}
.TagClassName
{
border-color: #705AEE;
}
</style>