Shades of Medium Slate Blue #705DEF
Tints of Medium Slate Blue #705DEF
RGB
CMYK
RGB Variations
Color information
#705DEF (or 0x705DEF) is known color: Medium Slate Blue. HEX triplet: 70, 5D and EF. RGB value is (112,93,239). Sum of RGB (Red+Green+Blue) = 112+93+239=444 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.23% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 239 (93.75% from 255 or 53.83% from 444); Max value from RGB is 239 - color contains mainly: blue. Hex color #705DEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705DEF is #8FA210. Grayscale: #727272. Windows color (decimal): -9413137 or 15687024. OLE color: 15687024.
HSL color Cylindrical-coordinate representation of color #705DEF: hue angle of 247.81º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #705DEF is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 93 | 239 | - |
| CMYK | 0.53 | 0.61 | 0 | 0.06 |
| HSL | 247.81º | 0.82% | 0.65% | - |
| HSV(B) | 247.81º | 0.61% | 0.94% | - |
| XYZ | 26.18 | 17.51 | 83.66 | - |
| YUV | 115.33 | 197.79 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 93 | 239 | 0.53 | 0.61 | 0 | 0.06 | 247.81 | 0.82 | 0.65 |
| Hex | 70 | 5D | EF | 35 | 3D | 0 | 6 | F8 | 52 | 41 |
| Octal | 160 | 135 | 357 | 65 | 75 | 0 | 6 | 370 | 122 | 101 |
| Binary | 1110000 | 1011101 | 11101111 | 110101 | 111101 | 0 | 110 | 11111000 | 1010010 | 1000001 |
Color Harmonies of #705DEF
Complementary color
Monochromatic Colors of #705DEF
Black with #705DEF
Text Example
Text Example
White with #705DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705DEF; }
p { color: rgb(112,93,239); }
H1.HeaderClassName
{
color: #705DEF;
}
.AnyTagClassName
{
color: #705DEF;
}
</style>
background-color css
<style>
a { background-color: #705DEF; }
a { background-color: rgb(112,93,239); }
div.DivClassName
{
background-color: #705DEF;
}
.BgClassName
{
background-color: #705DEF;
}
</style>
border-color css
<style>
span { border-color: #705DEF; }
span { border-color: rgb(112,93,239); }
td.TdClassName
{
border-color: #705DEF;
}
.TagClassName
{
border-color: #705DEF;
}
</style>