Shades of Medium Slate Blue #705DFD
Tints of Medium Slate Blue #705DFD
RGB
CMYK
RGB Variations
Color information
#705DFD (or 0x705DFD) is known color: Medium Slate Blue. HEX triplet: 70, 5D and FD. RGB value is (112,93,253). Sum of RGB (Red+Green+Blue) = 112+93+253=458 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.45% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 253 (99.22% from 255 or 55.24% from 458); Max value from RGB is 253 - color contains mainly: blue. Hex color #705DFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705DFD is #8FA202. Grayscale: #747474. Windows color (decimal): -9413123 or 16604528. OLE color: 16604528.
HSL color Cylindrical-coordinate representation of color #705DFD: hue angle of 247.12º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #705DFD is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 93 | 253 | - |
| CMYK | 0.56 | 0.63 | 0 | 0.01 |
| HSL | 247.13º | 0.98% | 0.68% | - |
| HSV(B) | 247.13º | 0.63% | 0.99% | - |
| XYZ | 28.33 | 18.37 | 94.98 | - |
| YUV | 116.92 | 204.79 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 93 | 253 | 0.56 | 0.63 | 0 | 0.01 | 247.13 | 0.98 | 0.68 |
| Hex | 70 | 5D | FD | 38 | 3F | 0 | 1 | F7 | 62 | 44 |
| Octal | 160 | 135 | 375 | 70 | 77 | 0 | 1 | 367 | 142 | 104 |
| Binary | 1110000 | 1011101 | 11111101 | 111000 | 111111 | 0 | 1 | 11110111 | 1100010 | 1000100 |
Color Harmonies of #705DFD
Complementary color
Monochromatic Colors of #705DFD
Black with #705DFD
Text Example
Text Example
White with #705DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705DFD; }
p { color: rgb(112,93,253); }
H1.HeaderClassName
{
color: #705DFD;
}
.AnyTagClassName
{
color: #705DFD;
}
</style>
background-color css
<style>
a { background-color: #705DFD; }
a { background-color: rgb(112,93,253); }
div.DivClassName
{
background-color: #705DFD;
}
.BgClassName
{
background-color: #705DFD;
}
</style>
border-color css
<style>
span { border-color: #705DFD; }
span { border-color: rgb(112,93,253); }
td.TdClassName
{
border-color: #705DFD;
}
.TagClassName
{
border-color: #705DFD;
}
</style>