Shades of Medium Slate Blue #706EED
Tints of Medium Slate Blue #706EED
RGB
CMYK
RGB Variations
Color information
#706EED (or 0x706EED) is known color: Medium Slate Blue. HEX triplet: 70, 6E and ED. RGB value is (112,110,237). Sum of RGB (Red+Green+Blue) = 112+110+237=459 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.40% from 459); Green value is 110 (43.36% from 255 or 23.97% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #706EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706EED is #8F9112. Grayscale: #7C7C7C. Windows color (decimal): -9408787 or 15560304. OLE color: 15560304.
HSL color Cylindrical-coordinate representation of color #706EED: hue angle of 240.94º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #706EED is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 110 | 237 | - |
| CMYK | 0.53 | 0.54 | 0 | 0.07 |
| HSL | 240.94º | 0.78% | 0.68% | - |
| HSV(B) | 240.94º | 0.54% | 0.93% | - |
| XYZ | 27.54 | 20.71 | 82.67 | - |
| YUV | 125.08 | 191.16 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 110 | 237 | 0.53 | 0.54 | 0 | 0.07 | 240.94 | 0.78 | 0.68 |
| Hex | 70 | 6E | ED | 35 | 36 | 0 | 7 | F1 | 4E | 44 |
| Octal | 160 | 156 | 355 | 65 | 66 | 0 | 7 | 361 | 116 | 104 |
| Binary | 1110000 | 1101110 | 11101101 | 110101 | 110110 | 0 | 111 | 11110001 | 1001110 | 1000100 |
Color Harmonies of #706EED
Complementary color
Monochromatic Colors of #706EED
Black with #706EED
Text Example
Text Example
White with #706EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706EED; }
p { color: rgb(112,110,237); }
H1.HeaderClassName
{
color: #706EED;
}
.AnyTagClassName
{
color: #706EED;
}
</style>
background-color css
<style>
a { background-color: #706EED; }
a { background-color: rgb(112,110,237); }
div.DivClassName
{
background-color: #706EED;
}
.BgClassName
{
background-color: #706EED;
}
</style>
border-color css
<style>
span { border-color: #706EED; }
span { border-color: rgb(112,110,237); }
td.TdClassName
{
border-color: #706EED;
}
.TagClassName
{
border-color: #706EED;
}
</style>