Shades of Medium Slate Blue #705CEE
Tints of Medium Slate Blue #705CEE
RGB
CMYK
RGB Variations
Color information
#705CEE (or 0x705CEE) is known color: Medium Slate Blue. HEX triplet: 70, 5C and EE. RGB value is (112,92,238). Sum of RGB (Red+Green+Blue) = 112+92+238=442 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.34% from 442); Green value is 92 (36.33% from 255 or 20.81% from 442); Blue value is 238 (93.36% from 255 or 53.85% from 442); Max value from RGB is 238 - color contains mainly: blue. Hex color #705CEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705CEE is #8FA311. Grayscale: #727272. Windows color (decimal): -9413394 or 15621232. OLE color: 15621232.
HSL color Cylindrical-coordinate representation of color #705CEE: hue angle of 248.22º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #705CEE is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 92 | 238 | - |
| CMYK | 0.53 | 0.61 | 0 | 0.07 |
| HSL | 248.22º | 0.81% | 0.65% | - |
| HSV(B) | 248.22º | 0.61% | 0.93% | - |
| XYZ | 25.94 | 17.27 | 82.86 | - |
| YUV | 114.62 | 197.63 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 92 | 238 | 0.53 | 0.61 | 0 | 0.07 | 248.22 | 0.81 | 0.65 |
| Hex | 70 | 5C | EE | 35 | 3D | 0 | 7 | F8 | 51 | 41 |
| Octal | 160 | 134 | 356 | 65 | 75 | 0 | 7 | 370 | 121 | 101 |
| Binary | 1110000 | 1011100 | 11101110 | 110101 | 111101 | 0 | 111 | 11111000 | 1010001 | 1000001 |
Color Harmonies of #705CEE
Complementary color
Monochromatic Colors of #705CEE
Black with #705CEE
Text Example
Text Example
White with #705CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705CEE; }
p { color: rgb(112,92,238); }
H1.HeaderClassName
{
color: #705CEE;
}
.AnyTagClassName
{
color: #705CEE;
}
</style>
background-color css
<style>
a { background-color: #705CEE; }
a { background-color: rgb(112,92,238); }
div.DivClassName
{
background-color: #705CEE;
}
.BgClassName
{
background-color: #705CEE;
}
</style>
border-color css
<style>
span { border-color: #705CEE; }
span { border-color: rgb(112,92,238); }
td.TdClassName
{
border-color: #705CEE;
}
.TagClassName
{
border-color: #705CEE;
}
</style>