Shades of Medium Slate Blue #705CF5
Tints of Medium Slate Blue #705CF5
RGB
CMYK
RGB Variations
Color information
#705CF5 (or 0x705CF5) is known color: Medium Slate Blue. HEX triplet: 70, 5C and F5. RGB value is (112,92,245). Sum of RGB (Red+Green+Blue) = 112+92+245=449 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.94% from 449); Green value is 92 (36.33% from 255 or 20.49% from 449); Blue value is 245 (96.09% from 255 or 54.57% from 449); Max value from RGB is 245 - color contains mainly: blue. Hex color #705CF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705CF5 is #8FA30A. Grayscale: #727272. Windows color (decimal): -9413387 or 16079984. OLE color: 16079984.
HSL color Cylindrical-coordinate representation of color #705CF5: hue angle of 247.84º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #705CF5 is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 92 | 245 | - |
| CMYK | 0.54 | 0.62 | 0 | 0.04 |
| HSL | 247.84º | 0.88% | 0.66% | - |
| HSV(B) | 247.84º | 0.62% | 0.96% | - |
| XYZ | 26.99 | 17.69 | 88.38 | - |
| YUV | 115.42 | 201.13 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 92 | 245 | 0.54 | 0.62 | 0 | 0.04 | 247.84 | 0.88 | 0.66 |
| Hex | 70 | 5C | F5 | 36 | 3E | 0 | 4 | F8 | 58 | 42 |
| Octal | 160 | 134 | 365 | 66 | 76 | 0 | 4 | 370 | 130 | 102 |
| Binary | 1110000 | 1011100 | 11110101 | 110110 | 111110 | 0 | 100 | 11111000 | 1011000 | 1000010 |
Color Harmonies of #705CF5
Complementary color
Monochromatic Colors of #705CF5
Black with #705CF5
Text Example
Text Example
White with #705CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705CF5; }
p { color: rgb(112,92,245); }
H1.HeaderClassName
{
color: #705CF5;
}
.AnyTagClassName
{
color: #705CF5;
}
</style>
background-color css
<style>
a { background-color: #705CF5; }
a { background-color: rgb(112,92,245); }
div.DivClassName
{
background-color: #705CF5;
}
.BgClassName
{
background-color: #705CF5;
}
</style>
border-color css
<style>
span { border-color: #705CF5; }
span { border-color: rgb(112,92,245); }
td.TdClassName
{
border-color: #705CF5;
}
.TagClassName
{
border-color: #705CF5;
}
</style>