Shades of Medium Slate Blue #705FF3
Tints of Medium Slate Blue #705FF3
RGB
CMYK
RGB Variations
Color information
#705FF3 (or 0x705FF3) is known color: Medium Slate Blue. HEX triplet: 70, 5F and F3. RGB value is (112,95,243). Sum of RGB (Red+Green+Blue) = 112+95+243=450 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.89% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 243 (95.31% from 255 or 54% from 450); Max value from RGB is 243 - color contains mainly: blue. Hex color #705FF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705FF3 is #8FA00C. Grayscale: #747474. Windows color (decimal): -9412621 or 15949680. OLE color: 15949680.
HSL color Cylindrical-coordinate representation of color #705FF3: hue angle of 246.89º degrees, saturation: 0.86, 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 #705FF3 is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 95 | 243 | - |
| CMYK | 0.54 | 0.61 | 0 | 0.05 |
| HSL | 246.89º | 0.86% | 0.66% | - |
| HSV(B) | 246.89º | 0.61% | 0.95% | - |
| XYZ | 26.95 | 18.1 | 86.87 | - |
| YUV | 116.96 | 199.13 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 243 | 0.54 | 0.61 | 0 | 0.05 | 246.89 | 0.86 | 0.66 |
| Hex | 70 | 5F | F3 | 36 | 3D | 0 | 5 | F7 | 56 | 42 |
| Octal | 160 | 137 | 363 | 66 | 75 | 0 | 5 | 367 | 126 | 102 |
| Binary | 1110000 | 1011111 | 11110011 | 110110 | 111101 | 0 | 101 | 11110111 | 1010110 | 1000010 |
Color Harmonies of #705FF3
Complementary color
Monochromatic Colors of #705FF3
Black with #705FF3
Text Example
Text Example
White with #705FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705FF3; }
p { color: rgb(112,95,243); }
H1.HeaderClassName
{
color: #705FF3;
}
.AnyTagClassName
{
color: #705FF3;
}
</style>
background-color css
<style>
a { background-color: #705FF3; }
a { background-color: rgb(112,95,243); }
div.DivClassName
{
background-color: #705FF3;
}
.BgClassName
{
background-color: #705FF3;
}
</style>
border-color css
<style>
span { border-color: #705FF3; }
span { border-color: rgb(112,95,243); }
td.TdClassName
{
border-color: #705FF3;
}
.TagClassName
{
border-color: #705FF3;
}
</style>