Shades of Medium Slate Blue #705EFE
Tints of Medium Slate Blue #705EFE
RGB
CMYK
RGB Variations
Color information
#705EFE (or 0x705EFE) is known color: Medium Slate Blue. HEX triplet: 70, 5E and FE. RGB value is (112,94,254). Sum of RGB (Red+Green+Blue) = 112+94+254=460 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.35% from 460); Green value is 94 (37.11% from 255 or 20.43% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #705EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705EFE is #8FA101. Grayscale: #757575. Windows color (decimal): -9412866 or 16670320. OLE color: 16670320.
HSL color Cylindrical-coordinate representation of color #705EFE: hue angle of 246.75º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #705EFE is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 94 | 254 | - |
| CMYK | 0.56 | 0.63 | 0 | 0.00 |
| HSL | 246.75º | 0.99% | 0.68% | - |
| HSV(B) | 246.75º | 0.63% | 1% | - |
| XYZ | 28.57 | 18.61 | 95.85 | - |
| YUV | 117.62 | 204.96 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 94 | 254 | 0.56 | 0.63 | 0 | 0.00 | 246.75 | 0.99 | 0.68 |
| Hex | 70 | 5E | FE | 38 | 3F | 0 | 0 | F7 | 63 | 44 |
| Octal | 160 | 136 | 376 | 70 | 77 | 0 | 0 | 367 | 143 | 104 |
| Binary | 1110000 | 1011110 | 11111110 | 111000 | 111111 | 0 | 0 | 11110111 | 1100011 | 1000100 |
Color Harmonies of #705EFE
Complementary color
Monochromatic Colors of #705EFE
Black with #705EFE
Text Example
Text Example
White with #705EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705EFE; }
p { color: rgb(112,94,254); }
H1.HeaderClassName
{
color: #705EFE;
}
.AnyTagClassName
{
color: #705EFE;
}
</style>
background-color css
<style>
a { background-color: #705EFE; }
a { background-color: rgb(112,94,254); }
div.DivClassName
{
background-color: #705EFE;
}
.BgClassName
{
background-color: #705EFE;
}
</style>
border-color css
<style>
span { border-color: #705EFE; }
span { border-color: rgb(112,94,254); }
td.TdClassName
{
border-color: #705EFE;
}
.TagClassName
{
border-color: #705EFE;
}
</style>