Shades of Medium Slate Blue #705AE5
Tints of Medium Slate Blue #705AE5
RGB
CMYK
RGB Variations
Color information
#705AE5 (or 0x705AE5) is known color: Medium Slate Blue. HEX triplet: 70, 5A and E5. RGB value is (112,90,229). Sum of RGB (Red+Green+Blue) = 112+90+229=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 90 (35.55% from 255 or 20.88% from 431); Blue value is 229 (89.84% from 255 or 53.13% from 431); Max value from RGB is 229 - color contains mainly: blue. Hex color #705AE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705AE5 is #8FA51A. Grayscale: #6F6F6F. Windows color (decimal): -9413915 or 15030896. OLE color: 15030896.
HSL color Cylindrical-coordinate representation of color #705AE5: hue angle of 249.5º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #705AE5 is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 90 | 229 | - |
| CMYK | 0.51 | 0.61 | 0 | 0.10 |
| HSL | 249.5º | 0.73% | 0.63% | - |
| HSV(B) | 249.5º | 0.61% | 0.9% | - |
| XYZ | 24.48 | 16.41 | 76.01 | - |
| YUV | 112.42 | 193.79 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 90 | 229 | 0.51 | 0.61 | 0 | 0.10 | 249.5 | 0.73 | 0.63 |
| Hex | 70 | 5A | E5 | 33 | 3D | 0 | A | F9 | 49 | 3F |
| Octal | 160 | 132 | 345 | 63 | 75 | 0 | 12 | 371 | 111 | 77 |
| Binary | 1110000 | 1011010 | 11100101 | 110011 | 111101 | 0 | 1010 | 11111001 | 1001001 | 111111 |
Color Harmonies of #705AE5
Complementary color
Monochromatic Colors of #705AE5
Black with #705AE5
Text Example
Text Example
White with #705AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705AE5; }
p { color: rgb(112,90,229); }
H1.HeaderClassName
{
color: #705AE5;
}
.AnyTagClassName
{
color: #705AE5;
}
</style>
background-color css
<style>
a { background-color: #705AE5; }
a { background-color: rgb(112,90,229); }
div.DivClassName
{
background-color: #705AE5;
}
.BgClassName
{
background-color: #705AE5;
}
</style>
border-color css
<style>
span { border-color: #705AE5; }
span { border-color: rgb(112,90,229); }
td.TdClassName
{
border-color: #705AE5;
}
.TagClassName
{
border-color: #705AE5;
}
</style>