Shades of Medium Slate Blue #706AE5
Tints of Medium Slate Blue #706AE5
RGB
CMYK
RGB Variations
Color information
#706AE5 (or 0x706AE5) is known color: Medium Slate Blue. HEX triplet: 70, 6A and E5. RGB value is (112,106,229). Sum of RGB (Red+Green+Blue) = 112+106+229=447 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.06% from 447); Green value is 106 (41.80% from 255 or 23.71% from 447); Blue value is 229 (89.84% from 255 or 51.23% from 447); Max value from RGB is 229 - color contains mainly: blue. Hex color #706AE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706AE5 is #8F951A. Grayscale: #797979. Windows color (decimal): -9409819 or 15034992. OLE color: 15034992.
HSL color Cylindrical-coordinate representation of color #706AE5: hue angle of 242.93º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #706AE5 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 106 | 229 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.10 |
| HSL | 242.93º | 0.7% | 0.66% | - |
| HSV(B) | 242.93º | 0.54% | 0.9% | - |
| XYZ | 25.98 | 19.41 | 76.51 | - |
| YUV | 121.82 | 188.49 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 229 | 0.51 | 0.54 | 0 | 0.10 | 242.93 | 0.7 | 0.66 |
| Hex | 70 | 6A | E5 | 33 | 36 | 0 | A | F3 | 46 | 42 |
| Octal | 160 | 152 | 345 | 63 | 66 | 0 | 12 | 363 | 106 | 102 |
| Binary | 1110000 | 1101010 | 11100101 | 110011 | 110110 | 0 | 1010 | 11110011 | 1000110 | 1000010 |
Color Harmonies of #706AE5
Complementary color
Monochromatic Colors of #706AE5
Black with #706AE5
Text Example
Text Example
White with #706AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706AE5; }
p { color: rgb(112,106,229); }
H1.HeaderClassName
{
color: #706AE5;
}
.AnyTagClassName
{
color: #706AE5;
}
</style>
background-color css
<style>
a { background-color: #706AE5; }
a { background-color: rgb(112,106,229); }
div.DivClassName
{
background-color: #706AE5;
}
.BgClassName
{
background-color: #706AE5;
}
</style>
border-color css
<style>
span { border-color: #706AE5; }
span { border-color: rgb(112,106,229); }
td.TdClassName
{
border-color: #706AE5;
}
.TagClassName
{
border-color: #706AE5;
}
</style>