Shades of Medium Slate Blue #705FEA
Tints of Medium Slate Blue #705FEA
RGB
CMYK
RGB Variations
Color information
#705FEA (or 0x705FEA) is known color: Medium Slate Blue. HEX triplet: 70, 5F and EA. RGB value is (112,95,234). Sum of RGB (Red+Green+Blue) = 112+95+234=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 95 (37.5% from 255 or 21.54% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #705FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #705FEA is #8FA015. Grayscale: #737373. Windows color (decimal): -9412630 or 15359856. OLE color: 15359856.
HSL color Cylindrical-coordinate representation of color #705FEA: hue angle of 247.34º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #705FEA is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 95 | 234 | - |
| CMYK | 0.52 | 0.59 | 0 | 0.08 |
| HSL | 247.34º | 0.77% | 0.65% | - |
| HSV(B) | 247.34º | 0.59% | 0.92% | - |
| XYZ | 25.63 | 17.57 | 79.88 | - |
| YUV | 115.93 | 194.63 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 234 | 0.52 | 0.59 | 0 | 0.08 | 247.34 | 0.77 | 0.65 |
| Hex | 70 | 5F | EA | 34 | 3B | 0 | 8 | F7 | 4D | 41 |
| Octal | 160 | 137 | 352 | 64 | 73 | 0 | 10 | 367 | 115 | 101 |
| Binary | 1110000 | 1011111 | 11101010 | 110100 | 111011 | 0 | 1000 | 11110111 | 1001101 | 1000001 |
Color Harmonies of #705FEA
Complementary color
Monochromatic Colors of #705FEA
Black with #705FEA
Text Example
Text Example
White with #705FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705FEA; }
p { color: rgb(112,95,234); }
H1.HeaderClassName
{
color: #705FEA;
}
.AnyTagClassName
{
color: #705FEA;
}
</style>
background-color css
<style>
a { background-color: #705FEA; }
a { background-color: rgb(112,95,234); }
div.DivClassName
{
background-color: #705FEA;
}
.BgClassName
{
background-color: #705FEA;
}
</style>
border-color css
<style>
span { border-color: #705FEA; }
span { border-color: rgb(112,95,234); }
td.TdClassName
{
border-color: #705FEA;
}
.TagClassName
{
border-color: #705FEA;
}
</style>