Shades of Medium Slate Blue #705DEA
Tints of Medium Slate Blue #705DEA
RGB
CMYK
RGB Variations
Color information
#705DEA (or 0x705DEA) is known color: Medium Slate Blue. HEX triplet: 70, 5D and EA. RGB value is (112,93,234). Sum of RGB (Red+Green+Blue) = 112+93+234=439 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.51% from 439); Green value is 93 (36.72% from 255 or 21.18% from 439); Blue value is 234 (91.80% from 255 or 53.30% from 439); Max value from RGB is 234 - color contains mainly: blue. Hex color #705DEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705DEA is #8FA215. Grayscale: #727272. Windows color (decimal): -9413142 or 15359344. OLE color: 15359344.
HSL color Cylindrical-coordinate representation of color #705DEA: hue angle of 248.09º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #705DEA is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 93 | 234 | - |
| CMYK | 0.52 | 0.60 | 0 | 0.08 |
| HSL | 248.09º | 0.77% | 0.64% | - |
| HSV(B) | 248.09º | 0.6% | 0.92% | - |
| XYZ | 25.45 | 17.21 | 79.82 | - |
| YUV | 114.76 | 195.29 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 93 | 234 | 0.52 | 0.60 | 0 | 0.08 | 248.09 | 0.77 | 0.64 |
| Hex | 70 | 5D | EA | 34 | 3C | 0 | 8 | F8 | 4D | 40 |
| Octal | 160 | 135 | 352 | 64 | 74 | 0 | 10 | 370 | 115 | 100 |
| Binary | 1110000 | 1011101 | 11101010 | 110100 | 111100 | 0 | 1000 | 11111000 | 1001101 | 1000000 |
Color Harmonies of #705DEA
Complementary color
Monochromatic Colors of #705DEA
Black with #705DEA
Text Example
Text Example
White with #705DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705DEA; }
p { color: rgb(112,93,234); }
H1.HeaderClassName
{
color: #705DEA;
}
.AnyTagClassName
{
color: #705DEA;
}
</style>
background-color css
<style>
a { background-color: #705DEA; }
a { background-color: rgb(112,93,234); }
div.DivClassName
{
background-color: #705DEA;
}
.BgClassName
{
background-color: #705DEA;
}
</style>
border-color css
<style>
span { border-color: #705DEA; }
span { border-color: rgb(112,93,234); }
td.TdClassName
{
border-color: #705DEA;
}
.TagClassName
{
border-color: #705DEA;
}
</style>