Shades of Medium Slate Blue #705BEE
Tints of Medium Slate Blue #705BEE
RGB
CMYK
RGB Variations
Color information
#705BEE (or 0x705BEE) is known color: Medium Slate Blue. HEX triplet: 70, 5B and EE. RGB value is (112,91,238). Sum of RGB (Red+Green+Blue) = 112+91+238=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 91 (35.94% from 255 or 20.63% from 441); Blue value is 238 (93.36% from 255 or 53.97% from 441); Max value from RGB is 238 - color contains mainly: blue. Hex color #705BEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705BEE is #8FA411. Grayscale: #717171. Windows color (decimal): -9413650 or 15620976. OLE color: 15620976.
HSL color Cylindrical-coordinate representation of color #705BEE: hue angle of 248.57º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #705BEE is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 91 | 238 | - |
| CMYK | 0.53 | 0.62 | 0 | 0.07 |
| HSL | 248.57º | 0.81% | 0.65% | - |
| HSV(B) | 248.57º | 0.62% | 0.93% | - |
| XYZ | 25.86 | 17.1 | 82.83 | - |
| YUV | 114.04 | 197.96 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 91 | 238 | 0.53 | 0.62 | 0 | 0.07 | 248.57 | 0.81 | 0.65 |
| Hex | 70 | 5B | EE | 35 | 3E | 0 | 7 | F9 | 51 | 41 |
| Octal | 160 | 133 | 356 | 65 | 76 | 0 | 7 | 371 | 121 | 101 |
| Binary | 1110000 | 1011011 | 11101110 | 110101 | 111110 | 0 | 111 | 11111001 | 1010001 | 1000001 |
Color Harmonies of #705BEE
Complementary color
Monochromatic Colors of #705BEE
Black with #705BEE
Text Example
Text Example
White with #705BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705BEE; }
p { color: rgb(112,91,238); }
H1.HeaderClassName
{
color: #705BEE;
}
.AnyTagClassName
{
color: #705BEE;
}
</style>
background-color css
<style>
a { background-color: #705BEE; }
a { background-color: rgb(112,91,238); }
div.DivClassName
{
background-color: #705BEE;
}
.BgClassName
{
background-color: #705BEE;
}
</style>
border-color css
<style>
span { border-color: #705BEE; }
span { border-color: rgb(112,91,238); }
td.TdClassName
{
border-color: #705BEE;
}
.TagClassName
{
border-color: #705BEE;
}
</style>