Shades of Medium Slate Blue #705CEF
Tints of Medium Slate Blue #705CEF
RGB
CMYK
RGB Variations
Color information
#705CEF (or 0x705CEF) is known color: Medium Slate Blue. HEX triplet: 70, 5C and EF. RGB value is (112,92,239). Sum of RGB (Red+Green+Blue) = 112+92+239=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 92 (36.33% from 255 or 20.77% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #705CEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705CEF is #8FA310. Grayscale: #727272. Windows color (decimal): -9413393 or 15686768. OLE color: 15686768.
HSL color Cylindrical-coordinate representation of color #705CEF: hue angle of 248.16º 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 #705CEF is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 92 | 239 | - |
| CMYK | 0.53 | 0.62 | 0 | 0.06 |
| HSL | 248.16º | 0.82% | 0.65% | - |
| HSV(B) | 248.16º | 0.62% | 0.94% | - |
| XYZ | 26.09 | 17.33 | 83.63 | - |
| YUV | 114.74 | 198.13 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 92 | 239 | 0.53 | 0.62 | 0 | 0.06 | 248.16 | 0.82 | 0.65 |
| Hex | 70 | 5C | EF | 35 | 3E | 0 | 6 | F8 | 52 | 41 |
| Octal | 160 | 134 | 357 | 65 | 76 | 0 | 6 | 370 | 122 | 101 |
| Binary | 1110000 | 1011100 | 11101111 | 110101 | 111110 | 0 | 110 | 11111000 | 1010010 | 1000001 |
Color Harmonies of #705CEF
Complementary color
Monochromatic Colors of #705CEF
Black with #705CEF
Text Example
Text Example
White with #705CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705CEF; }
p { color: rgb(112,92,239); }
H1.HeaderClassName
{
color: #705CEF;
}
.AnyTagClassName
{
color: #705CEF;
}
</style>
background-color css
<style>
a { background-color: #705CEF; }
a { background-color: rgb(112,92,239); }
div.DivClassName
{
background-color: #705CEF;
}
.BgClassName
{
background-color: #705CEF;
}
</style>
border-color css
<style>
span { border-color: #705CEF; }
span { border-color: rgb(112,92,239); }
td.TdClassName
{
border-color: #705CEF;
}
.TagClassName
{
border-color: #705CEF;
}
</style>