Shades of Medium Slate Blue #705FF1
Tints of Medium Slate Blue #705FF1
RGB
CMYK
RGB Variations
Color information
#705FF1 (or 0x705FF1) is known color: Medium Slate Blue. HEX triplet: 70, 5F and F1. RGB value is (112,95,241). Sum of RGB (Red+Green+Blue) = 112+95+241=448 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25% from 448); Green value is 95 (37.5% from 255 or 21.21% from 448); Blue value is 241 (94.53% from 255 or 53.79% from 448); Max value from RGB is 241 - color contains mainly: blue. Hex color #705FF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705FF1 is #8FA00E. Grayscale: #747474. Windows color (decimal): -9412623 or 15818608. OLE color: 15818608.
HSL color Cylindrical-coordinate representation of color #705FF1: hue angle of 246.99º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #705FF1 is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 95 | 241 | - |
| CMYK | 0.54 | 0.61 | 0 | 0.05 |
| HSL | 246.99º | 0.84% | 0.66% | - |
| HSV(B) | 246.99º | 0.61% | 0.95% | - |
| XYZ | 26.65 | 17.98 | 85.28 | - |
| YUV | 116.73 | 198.13 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 241 | 0.54 | 0.61 | 0 | 0.05 | 246.99 | 0.84 | 0.66 |
| Hex | 70 | 5F | F1 | 36 | 3D | 0 | 5 | F7 | 54 | 42 |
| Octal | 160 | 137 | 361 | 66 | 75 | 0 | 5 | 367 | 124 | 102 |
| Binary | 1110000 | 1011111 | 11110001 | 110110 | 111101 | 0 | 101 | 11110111 | 1010100 | 1000010 |
Color Harmonies of #705FF1
Complementary color
Monochromatic Colors of #705FF1
Black with #705FF1
Text Example
Text Example
White with #705FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705FF1; }
p { color: rgb(112,95,241); }
H1.HeaderClassName
{
color: #705FF1;
}
.AnyTagClassName
{
color: #705FF1;
}
</style>
background-color css
<style>
a { background-color: #705FF1; }
a { background-color: rgb(112,95,241); }
div.DivClassName
{
background-color: #705FF1;
}
.BgClassName
{
background-color: #705FF1;
}
</style>
border-color css
<style>
span { border-color: #705FF1; }
span { border-color: rgb(112,95,241); }
td.TdClassName
{
border-color: #705FF1;
}
.TagClassName
{
border-color: #705FF1;
}
</style>