Shades of Medium Slate Blue #705DF2
Tints of Medium Slate Blue #705DF2
RGB
CMYK
RGB Variations
Color information
#705DF2 (or 0x705DF2) is known color: Medium Slate Blue. HEX triplet: 70, 5D and F2. RGB value is (112,93,242). Sum of RGB (Red+Green+Blue) = 112+93+242=447 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.06% from 447); Green value is 93 (36.72% from 255 or 20.81% from 447); Blue value is 242 (94.92% from 255 or 54.14% from 447); Max value from RGB is 242 - color contains mainly: blue. Hex color #705DF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705DF2 is #8FA20D. Grayscale: #737373. Windows color (decimal): -9413134 or 15883632. OLE color: 15883632.
HSL color Cylindrical-coordinate representation of color #705DF2: hue angle of 247.65º degrees, saturation: 0.85, 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 #705DF2 is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 93 | 242 | - |
| CMYK | 0.54 | 0.62 | 0 | 0.05 |
| HSL | 247.65º | 0.85% | 0.66% | - |
| HSV(B) | 247.65º | 0.62% | 0.95% | - |
| XYZ | 26.62 | 17.68 | 86.01 | - |
| YUV | 115.67 | 199.29 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 93 | 242 | 0.54 | 0.62 | 0 | 0.05 | 247.65 | 0.85 | 0.66 |
| Hex | 70 | 5D | F2 | 36 | 3E | 0 | 5 | F8 | 55 | 42 |
| Octal | 160 | 135 | 362 | 66 | 76 | 0 | 5 | 370 | 125 | 102 |
| Binary | 1110000 | 1011101 | 11110010 | 110110 | 111110 | 0 | 101 | 11111000 | 1010101 | 1000010 |
Color Harmonies of #705DF2
Complementary color
Monochromatic Colors of #705DF2
Black with #705DF2
Text Example
Text Example
White with #705DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705DF2; }
p { color: rgb(112,93,242); }
H1.HeaderClassName
{
color: #705DF2;
}
.AnyTagClassName
{
color: #705DF2;
}
</style>
background-color css
<style>
a { background-color: #705DF2; }
a { background-color: rgb(112,93,242); }
div.DivClassName
{
background-color: #705DF2;
}
.BgClassName
{
background-color: #705DF2;
}
</style>
border-color css
<style>
span { border-color: #705DF2; }
span { border-color: rgb(112,93,242); }
td.TdClassName
{
border-color: #705DF2;
}
.TagClassName
{
border-color: #705DF2;
}
</style>