Shades of Medium Slate Blue #705DFB
Tints of Medium Slate Blue #705DFB
RGB
CMYK
RGB Variations
Color information
#705DFB (or 0x705DFB) is known color: Medium Slate Blue. HEX triplet: 70, 5D and FB. RGB value is (112,93,251). Sum of RGB (Red+Green+Blue) = 112+93+251=456 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.56% from 456); Green value is 93 (36.72% from 255 or 20.39% from 456); Blue value is 251 (98.44% from 255 or 55.04% from 456); Max value from RGB is 251 - color contains mainly: blue. Hex color #705DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705DFB is #8FA204. Grayscale: #747474. Windows color (decimal): -9413125 or 16473456. OLE color: 16473456.
HSL color Cylindrical-coordinate representation of color #705DFB: hue angle of 247.22º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #705DFB is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 93 | 251 | - |
| CMYK | 0.55 | 0.63 | 0 | 0.02 |
| HSL | 247.22º | 0.95% | 0.67% | - |
| HSV(B) | 247.22º | 0.63% | 0.98% | - |
| XYZ | 28.01 | 18.24 | 93.31 | - |
| YUV | 116.69 | 203.79 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 93 | 251 | 0.55 | 0.63 | 0 | 0.02 | 247.22 | 0.95 | 0.67 |
| Hex | 70 | 5D | FB | 37 | 3F | 0 | 2 | F7 | 5F | 43 |
| Octal | 160 | 135 | 373 | 67 | 77 | 0 | 2 | 367 | 137 | 103 |
| Binary | 1110000 | 1011101 | 11111011 | 110111 | 111111 | 0 | 10 | 11110111 | 1011111 | 1000011 |
Color Harmonies of #705DFB
Complementary color
Monochromatic Colors of #705DFB
Black with #705DFB
Text Example
Text Example
White with #705DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705DFB; }
p { color: rgb(112,93,251); }
H1.HeaderClassName
{
color: #705DFB;
}
.AnyTagClassName
{
color: #705DFB;
}
</style>
background-color css
<style>
a { background-color: #705DFB; }
a { background-color: rgb(112,93,251); }
div.DivClassName
{
background-color: #705DFB;
}
.BgClassName
{
background-color: #705DFB;
}
</style>
border-color css
<style>
span { border-color: #705DFB; }
span { border-color: rgb(112,93,251); }
td.TdClassName
{
border-color: #705DFB;
}
.TagClassName
{
border-color: #705DFB;
}
</style>