Shades of Medium Slate Blue #706EF4
Tints of Medium Slate Blue #706EF4
RGB
CMYK
RGB Variations
Color information
#706EF4 (or 0x706EF4) is known color: Medium Slate Blue. HEX triplet: 70, 6E and F4. RGB value is (112,110,244). Sum of RGB (Red+Green+Blue) = 112+110+244=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 110 (43.36% from 255 or 23.61% from 466); Blue value is 244 (95.70% from 255 or 52.36% from 466); Max value from RGB is 244 - color contains mainly: blue. Hex color #706EF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706EF4 is #8F910B. Grayscale: #7D7D7D. Windows color (decimal): -9408780 or 16019056. OLE color: 16019056.
HSL color Cylindrical-coordinate representation of color #706EF4: hue angle of 240.9º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #706EF4 is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 110 | 244 | - |
| CMYK | 0.54 | 0.55 | 0 | 0.04 |
| HSL | 240.9º | 0.86% | 0.69% | - |
| HSV(B) | 240.9º | 0.55% | 0.96% | - |
| XYZ | 28.59 | 21.13 | 88.16 | - |
| YUV | 125.87 | 194.66 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 110 | 244 | 0.54 | 0.55 | 0 | 0.04 | 240.9 | 0.86 | 0.69 |
| Hex | 70 | 6E | F4 | 36 | 37 | 0 | 4 | F1 | 56 | 45 |
| Octal | 160 | 156 | 364 | 66 | 67 | 0 | 4 | 361 | 126 | 105 |
| Binary | 1110000 | 1101110 | 11110100 | 110110 | 110111 | 0 | 100 | 11110001 | 1010110 | 1000101 |
Color Harmonies of #706EF4
Complementary color
Monochromatic Colors of #706EF4
Black with #706EF4
Text Example
Text Example
White with #706EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706EF4; }
p { color: rgb(112,110,244); }
H1.HeaderClassName
{
color: #706EF4;
}
.AnyTagClassName
{
color: #706EF4;
}
</style>
background-color css
<style>
a { background-color: #706EF4; }
a { background-color: rgb(112,110,244); }
div.DivClassName
{
background-color: #706EF4;
}
.BgClassName
{
background-color: #706EF4;
}
</style>
border-color css
<style>
span { border-color: #706EF4; }
span { border-color: rgb(112,110,244); }
td.TdClassName
{
border-color: #706EF4;
}
.TagClassName
{
border-color: #706EF4;
}
</style>