Shades of Medium Slate Blue #705DED
Tints of Medium Slate Blue #705DED
RGB
CMYK
RGB Variations
Color information
#705DED (or 0x705DED) is known color: Medium Slate Blue. HEX triplet: 70, 5D and ED. RGB value is (112,93,237). Sum of RGB (Red+Green+Blue) = 112+93+237=442 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.34% from 442); Green value is 93 (36.72% from 255 or 21.04% from 442); Blue value is 237 (92.97% from 255 or 53.62% from 442); Max value from RGB is 237 - color contains mainly: blue. Hex color #705DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705DED is #8FA212. Grayscale: #727272. Windows color (decimal): -9413139 or 15555952. OLE color: 15555952.
HSL color Cylindrical-coordinate representation of color #705DED: hue angle of 247.92º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #705DED is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 93 | 237 | - |
| CMYK | 0.53 | 0.61 | 0 | 0.07 |
| HSL | 247.92º | 0.8% | 0.65% | - |
| HSV(B) | 247.92º | 0.61% | 0.93% | - |
| XYZ | 25.88 | 17.39 | 82.11 | - |
| YUV | 115.1 | 196.79 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 93 | 237 | 0.53 | 0.61 | 0 | 0.07 | 247.92 | 0.8 | 0.65 |
| Hex | 70 | 5D | ED | 35 | 3D | 0 | 7 | F8 | 50 | 41 |
| Octal | 160 | 135 | 355 | 65 | 75 | 0 | 7 | 370 | 120 | 101 |
| Binary | 1110000 | 1011101 | 11101101 | 110101 | 111101 | 0 | 111 | 11111000 | 1010000 | 1000001 |
Color Harmonies of #705DED
Complementary color
Monochromatic Colors of #705DED
Black with #705DED
Text Example
Text Example
White with #705DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705DED; }
p { color: rgb(112,93,237); }
H1.HeaderClassName
{
color: #705DED;
}
.AnyTagClassName
{
color: #705DED;
}
</style>
background-color css
<style>
a { background-color: #705DED; }
a { background-color: rgb(112,93,237); }
div.DivClassName
{
background-color: #705DED;
}
.BgClassName
{
background-color: #705DED;
}
</style>
border-color css
<style>
span { border-color: #705DED; }
span { border-color: rgb(112,93,237); }
td.TdClassName
{
border-color: #705DED;
}
.TagClassName
{
border-color: #705DED;
}
</style>