Shades of Medium Slate Blue #705EFA
Tints of Medium Slate Blue #705EFA
RGB
CMYK
RGB Variations
Color information
#705EFA (or 0x705EFA) is known color: Medium Slate Blue. HEX triplet: 70, 5E and FA. RGB value is (112,94,250). Sum of RGB (Red+Green+Blue) = 112+94+250=456 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.56% from 456); Green value is 94 (37.11% from 255 or 20.61% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #705EFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705EFA is #8FA105. Grayscale: #747474. Windows color (decimal): -9412870 or 16408176. OLE color: 16408176.
HSL color Cylindrical-coordinate representation of color #705EFA: hue angle of 246.92º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #705EFA is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 94 | 250 | - |
| CMYK | 0.55 | 0.62 | 0 | 0.02 |
| HSL | 246.92º | 0.94% | 0.67% | - |
| HSV(B) | 246.92º | 0.62% | 0.98% | - |
| XYZ | 27.94 | 18.35 | 92.51 | - |
| YUV | 117.17 | 202.96 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 94 | 250 | 0.55 | 0.62 | 0 | 0.02 | 246.92 | 0.94 | 0.67 |
| Hex | 70 | 5E | FA | 37 | 3E | 0 | 2 | F7 | 5E | 43 |
| Octal | 160 | 136 | 372 | 67 | 76 | 0 | 2 | 367 | 136 | 103 |
| Binary | 1110000 | 1011110 | 11111010 | 110111 | 111110 | 0 | 10 | 11110111 | 1011110 | 1000011 |
Color Harmonies of #705EFA
Complementary color
Monochromatic Colors of #705EFA
Black with #705EFA
Text Example
Text Example
White with #705EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705EFA; }
p { color: rgb(112,94,250); }
H1.HeaderClassName
{
color: #705EFA;
}
.AnyTagClassName
{
color: #705EFA;
}
</style>
background-color css
<style>
a { background-color: #705EFA; }
a { background-color: rgb(112,94,250); }
div.DivClassName
{
background-color: #705EFA;
}
.BgClassName
{
background-color: #705EFA;
}
</style>
border-color css
<style>
span { border-color: #705EFA; }
span { border-color: rgb(112,94,250); }
td.TdClassName
{
border-color: #705EFA;
}
.TagClassName
{
border-color: #705EFA;
}
</style>