Shades of Medium Slate Blue #706FE0
Tints of Medium Slate Blue #706FE0
RGB
CMYK
RGB Variations
Color information
#706FE0 (or 0x706FE0) is known color: Medium Slate Blue. HEX triplet: 70, 6F and E0. RGB value is (112,111,224). Sum of RGB (Red+Green+Blue) = 112+111+224=447 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.06% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 224 (87.89% from 255 or 50.11% from 447); Max value from RGB is 224 - color contains mainly: blue. Hex color #706FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706FE0 is #8F901F. Grayscale: #7B7B7B. Windows color (decimal): -9408544 or 14708592. OLE color: 14708592.
HSL color Cylindrical-coordinate representation of color #706FE0: hue angle of 240.53º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #706FE0 is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 112 | 111 | 224 | - |
| CMYK | 0.50 | 0.50 | 0 | 0.12 |
| HSL | 240.53º | 0.65% | 0.66% | - |
| HSV(B) | 240.53º | 0.5% | 0.88% | - |
| XYZ | 25.82 | 20.2 | 73.06 | - |
| YUV | 124.18 | 184.33 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 111 | 224 | 0.50 | 0.50 | 0 | 0.12 | 240.53 | 0.65 | 0.66 |
| Hex | 70 | 6F | E0 | 32 | 32 | 0 | C | F1 | 41 | 42 |
| Octal | 160 | 157 | 340 | 62 | 62 | 0 | 14 | 361 | 101 | 102 |
| Binary | 1110000 | 1101111 | 11100000 | 110010 | 110010 | 0 | 1100 | 11110001 | 1000001 | 1000010 |
Color Harmonies of #706FE0
Complementary color
Monochromatic Colors of #706FE0
Black with #706FE0
Text Example
Text Example
White with #706FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706FE0; }
p { color: rgb(112,111,224); }
H1.HeaderClassName
{
color: #706FE0;
}
.AnyTagClassName
{
color: #706FE0;
}
</style>
background-color css
<style>
a { background-color: #706FE0; }
a { background-color: rgb(112,111,224); }
div.DivClassName
{
background-color: #706FE0;
}
.BgClassName
{
background-color: #706FE0;
}
</style>
border-color css
<style>
span { border-color: #706FE0; }
span { border-color: rgb(112,111,224); }
td.TdClassName
{
border-color: #706FE0;
}
.TagClassName
{
border-color: #706FE0;
}
</style>