Shades of Medium Slate Blue #706FE1
Tints of Medium Slate Blue #706FE1
RGB
CMYK
RGB Variations
Color information
#706FE1 (or 0x706FE1) is known color: Medium Slate Blue. HEX triplet: 70, 6F and E1. RGB value is (112,111,225). Sum of RGB (Red+Green+Blue) = 112+111+225=448 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25% from 448); Green value is 111 (43.75% from 255 or 24.78% from 448); Blue value is 225 (88.28% from 255 or 50.22% from 448); Max value from RGB is 225 - color contains mainly: blue. Hex color #706FE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706FE1 is #8F901E. Grayscale: #7B7B7B. Windows color (decimal): -9408543 or 14774128. OLE color: 14774128.
HSL color Cylindrical-coordinate representation of color #706FE1: hue angle of 240.53º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #706FE1 is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 112 | 111 | 225 | - |
| CMYK | 0.50 | 0.51 | 0 | 0.12 |
| HSL | 240.53º | 0.66% | 0.66% | - |
| HSV(B) | 240.53º | 0.51% | 0.88% | - |
| XYZ | 25.96 | 20.25 | 73.77 | - |
| YUV | 124.3 | 184.83 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 111 | 225 | 0.50 | 0.51 | 0 | 0.12 | 240.53 | 0.66 | 0.66 |
| Hex | 70 | 6F | E1 | 32 | 33 | 0 | C | F1 | 42 | 42 |
| Octal | 160 | 157 | 341 | 62 | 63 | 0 | 14 | 361 | 102 | 102 |
| Binary | 1110000 | 1101111 | 11100001 | 110010 | 110011 | 0 | 1100 | 11110001 | 1000010 | 1000010 |
Color Harmonies of #706FE1
Complementary color
Monochromatic Colors of #706FE1
Black with #706FE1
Text Example
Text Example
White with #706FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706FE1; }
p { color: rgb(112,111,225); }
H1.HeaderClassName
{
color: #706FE1;
}
.AnyTagClassName
{
color: #706FE1;
}
</style>
background-color css
<style>
a { background-color: #706FE1; }
a { background-color: rgb(112,111,225); }
div.DivClassName
{
background-color: #706FE1;
}
.BgClassName
{
background-color: #706FE1;
}
</style>
border-color css
<style>
span { border-color: #706FE1; }
span { border-color: rgb(112,111,225); }
td.TdClassName
{
border-color: #706FE1;
}
.TagClassName
{
border-color: #706FE1;
}
</style>