Shades of Medium Slate Blue #705FEE
Tints of Medium Slate Blue #705FEE
RGB
CMYK
RGB Variations
Color information
#705FEE (or 0x705FEE) is known color: Medium Slate Blue. HEX triplet: 70, 5F and EE. RGB value is (112,95,238). Sum of RGB (Red+Green+Blue) = 112+95+238=445 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.17% from 445); Green value is 95 (37.5% from 255 or 21.35% from 445); Blue value is 238 (93.36% from 255 or 53.48% from 445); Max value from RGB is 238 - color contains mainly: blue. Hex color #705FEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705FEE is #8FA011. Grayscale: #737373. Windows color (decimal): -9412626 or 15622000. OLE color: 15622000.
HSL color Cylindrical-coordinate representation of color #705FEE: hue angle of 247.13º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #705FEE is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 95 | 238 | - |
| CMYK | 0.53 | 0.60 | 0 | 0.07 |
| HSL | 247.13º | 0.81% | 0.65% | - |
| HSV(B) | 247.13º | 0.6% | 0.93% | - |
| XYZ | 26.21 | 17.8 | 82.94 | - |
| YUV | 116.39 | 196.63 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 238 | 0.53 | 0.60 | 0 | 0.07 | 247.13 | 0.81 | 0.65 |
| Hex | 70 | 5F | EE | 35 | 3C | 0 | 7 | F7 | 51 | 41 |
| Octal | 160 | 137 | 356 | 65 | 74 | 0 | 7 | 367 | 121 | 101 |
| Binary | 1110000 | 1011111 | 11101110 | 110101 | 111100 | 0 | 111 | 11110111 | 1010001 | 1000001 |
Color Harmonies of #705FEE
Complementary color
Monochromatic Colors of #705FEE
Black with #705FEE
Text Example
Text Example
White with #705FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705FEE; }
p { color: rgb(112,95,238); }
H1.HeaderClassName
{
color: #705FEE;
}
.AnyTagClassName
{
color: #705FEE;
}
</style>
background-color css
<style>
a { background-color: #705FEE; }
a { background-color: rgb(112,95,238); }
div.DivClassName
{
background-color: #705FEE;
}
.BgClassName
{
background-color: #705FEE;
}
</style>
border-color css
<style>
span { border-color: #705FEE; }
span { border-color: rgb(112,95,238); }
td.TdClassName
{
border-color: #705FEE;
}
.TagClassName
{
border-color: #705FEE;
}
</style>