Shades of Medium Slate Blue #705BEF
Tints of Medium Slate Blue #705BEF
RGB
CMYK
RGB Variations
Color information
#705BEF (or 0x705BEF) is known color: Medium Slate Blue. HEX triplet: 70, 5B and EF. RGB value is (112,91,239). Sum of RGB (Red+Green+Blue) = 112+91+239=442 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.34% from 442); Green value is 91 (35.94% from 255 or 20.59% from 442); Blue value is 239 (93.75% from 255 or 54.07% from 442); Max value from RGB is 239 - color contains mainly: blue. Hex color #705BEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705BEF is #8FA410. Grayscale: #717171. Windows color (decimal): -9413649 or 15686512. OLE color: 15686512.
HSL color Cylindrical-coordinate representation of color #705BEF: hue angle of 248.51º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #705BEF is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 91 | 239 | - |
| CMYK | 0.53 | 0.62 | 0 | 0.06 |
| HSL | 248.51º | 0.82% | 0.65% | - |
| HSV(B) | 248.51º | 0.62% | 0.94% | - |
| XYZ | 26 | 17.16 | 83.6 | - |
| YUV | 114.15 | 198.46 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 91 | 239 | 0.53 | 0.62 | 0 | 0.06 | 248.51 | 0.82 | 0.65 |
| Hex | 70 | 5B | EF | 35 | 3E | 0 | 6 | F9 | 52 | 41 |
| Octal | 160 | 133 | 357 | 65 | 76 | 0 | 6 | 371 | 122 | 101 |
| Binary | 1110000 | 1011011 | 11101111 | 110101 | 111110 | 0 | 110 | 11111001 | 1010010 | 1000001 |
Color Harmonies of #705BEF
Complementary color
Monochromatic Colors of #705BEF
Black with #705BEF
Text Example
Text Example
White with #705BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705BEF; }
p { color: rgb(112,91,239); }
H1.HeaderClassName
{
color: #705BEF;
}
.AnyTagClassName
{
color: #705BEF;
}
</style>
background-color css
<style>
a { background-color: #705BEF; }
a { background-color: rgb(112,91,239); }
div.DivClassName
{
background-color: #705BEF;
}
.BgClassName
{
background-color: #705BEF;
}
</style>
border-color css
<style>
span { border-color: #705BEF; }
span { border-color: rgb(112,91,239); }
td.TdClassName
{
border-color: #705BEF;
}
.TagClassName
{
border-color: #705BEF;
}
</style>