Shades of Medium Slate Blue #706FEB
Tints of Medium Slate Blue #706FEB
RGB
CMYK
RGB Variations
Color information
#706FEB (or 0x706FEB) is known color: Medium Slate Blue. HEX triplet: 70, 6F and EB. RGB value is (112,111,235). Sum of RGB (Red+Green+Blue) = 112+111+235=458 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.45% from 458); Green value is 111 (43.75% from 255 or 24.24% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #706FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706FEB is #8F9014. Grayscale: #7C7C7C. Windows color (decimal): -9408533 or 15429488. OLE color: 15429488.
HSL color Cylindrical-coordinate representation of color #706FEB: hue angle of 240.48º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #706FEB is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 111 | 235 | - |
| CMYK | 0.52 | 0.53 | 0 | 0.08 |
| HSL | 240.48º | 0.76% | 0.68% | - |
| HSV(B) | 240.48º | 0.53% | 0.92% | - |
| XYZ | 27.36 | 20.81 | 81.17 | - |
| YUV | 125.44 | 189.83 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 111 | 235 | 0.52 | 0.53 | 0 | 0.08 | 240.48 | 0.76 | 0.68 |
| Hex | 70 | 6F | EB | 34 | 35 | 0 | 8 | F0 | 4C | 44 |
| Octal | 160 | 157 | 353 | 64 | 65 | 0 | 10 | 360 | 114 | 104 |
| Binary | 1110000 | 1101111 | 11101011 | 110100 | 110101 | 0 | 1000 | 11110000 | 1001100 | 1000100 |
Color Harmonies of #706FEB
Complementary color
Monochromatic Colors of #706FEB
Black with #706FEB
Text Example
Text Example
White with #706FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706FEB; }
p { color: rgb(112,111,235); }
H1.HeaderClassName
{
color: #706FEB;
}
.AnyTagClassName
{
color: #706FEB;
}
</style>
background-color css
<style>
a { background-color: #706FEB; }
a { background-color: rgb(112,111,235); }
div.DivClassName
{
background-color: #706FEB;
}
.BgClassName
{
background-color: #706FEB;
}
</style>
border-color css
<style>
span { border-color: #706FEB; }
span { border-color: rgb(112,111,235); }
td.TdClassName
{
border-color: #706FEB;
}
.TagClassName
{
border-color: #706FEB;
}
</style>