Shades of Medium Slate Blue #705DF3
Tints of Medium Slate Blue #705DF3
RGB
CMYK
RGB Variations
Color information
#705DF3 (or 0x705DF3) is known color: Medium Slate Blue. HEX triplet: 70, 5D and F3. RGB value is (112,93,243). Sum of RGB (Red+Green+Blue) = 112+93+243=448 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 243 (95.31% from 255 or 54.24% from 448); Max value from RGB is 243 - color contains mainly: blue. Hex color #705DF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705DF3 is #8FA20C. Grayscale: #737373. Windows color (decimal): -9413133 or 15949168. OLE color: 15949168.
HSL color Cylindrical-coordinate representation of color #705DF3: hue angle of 247.6º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #705DF3 is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 93 | 243 | - |
| CMYK | 0.54 | 0.62 | 0 | 0.05 |
| HSL | 247.6º | 0.86% | 0.66% | - |
| HSV(B) | 247.6º | 0.62% | 0.95% | - |
| XYZ | 26.77 | 17.74 | 86.81 | - |
| YUV | 115.78 | 199.79 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 93 | 243 | 0.54 | 0.62 | 0 | 0.05 | 247.6 | 0.86 | 0.66 |
| Hex | 70 | 5D | F3 | 36 | 3E | 0 | 5 | F8 | 56 | 42 |
| Octal | 160 | 135 | 363 | 66 | 76 | 0 | 5 | 370 | 126 | 102 |
| Binary | 1110000 | 1011101 | 11110011 | 110110 | 111110 | 0 | 101 | 11111000 | 1010110 | 1000010 |
Color Harmonies of #705DF3
Complementary color
Monochromatic Colors of #705DF3
Black with #705DF3
Text Example
Text Example
White with #705DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705DF3; }
p { color: rgb(112,93,243); }
H1.HeaderClassName
{
color: #705DF3;
}
.AnyTagClassName
{
color: #705DF3;
}
</style>
background-color css
<style>
a { background-color: #705DF3; }
a { background-color: rgb(112,93,243); }
div.DivClassName
{
background-color: #705DF3;
}
.BgClassName
{
background-color: #705DF3;
}
</style>
border-color css
<style>
span { border-color: #705DF3; }
span { border-color: rgb(112,93,243); }
td.TdClassName
{
border-color: #705DF3;
}
.TagClassName
{
border-color: #705DF3;
}
</style>