Shades of Medium Slate Blue #705CEB
Tints of Medium Slate Blue #705CEB
RGB
CMYK
RGB Variations
Color information
#705CEB (or 0x705CEB) is known color: Medium Slate Blue. HEX triplet: 70, 5C and EB. RGB value is (112,92,235). Sum of RGB (Red+Green+Blue) = 112+92+235=439 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.51% from 439); Green value is 92 (36.33% from 255 or 20.96% from 439); Blue value is 235 (92.19% from 255 or 53.53% from 439); Max value from RGB is 235 - color contains mainly: blue. Hex color #705CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705CEB is #8FA314. Grayscale: #717171. Windows color (decimal): -9413397 or 15424624. OLE color: 15424624.
HSL color Cylindrical-coordinate representation of color #705CEB: hue angle of 248.39º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #705CEB is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 92 | 235 | - |
| CMYK | 0.52 | 0.61 | 0 | 0.08 |
| HSL | 248.39º | 0.78% | 0.64% | - |
| HSV(B) | 248.39º | 0.61% | 0.92% | - |
| XYZ | 25.5 | 17.1 | 80.55 | - |
| YUV | 114.28 | 196.13 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 92 | 235 | 0.52 | 0.61 | 0 | 0.08 | 248.39 | 0.78 | 0.64 |
| Hex | 70 | 5C | EB | 34 | 3D | 0 | 8 | F8 | 4E | 40 |
| Octal | 160 | 134 | 353 | 64 | 75 | 0 | 10 | 370 | 116 | 100 |
| Binary | 1110000 | 1011100 | 11101011 | 110100 | 111101 | 0 | 1000 | 11111000 | 1001110 | 1000000 |
Color Harmonies of #705CEB
Complementary color
Monochromatic Colors of #705CEB
Black with #705CEB
Text Example
Text Example
White with #705CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705CEB; }
p { color: rgb(112,92,235); }
H1.HeaderClassName
{
color: #705CEB;
}
.AnyTagClassName
{
color: #705CEB;
}
</style>
background-color css
<style>
a { background-color: #705CEB; }
a { background-color: rgb(112,92,235); }
div.DivClassName
{
background-color: #705CEB;
}
.BgClassName
{
background-color: #705CEB;
}
</style>
border-color css
<style>
span { border-color: #705CEB; }
span { border-color: rgb(112,92,235); }
td.TdClassName
{
border-color: #705CEB;
}
.TagClassName
{
border-color: #705CEB;
}
</style>