Shades of Medium Slate Blue #706BE1
Tints of Medium Slate Blue #706BE1
RGB
CMYK
RGB Variations
Color information
#706BE1 (or 0x706BE1) is known color: Medium Slate Blue. HEX triplet: 70, 6B and E1. RGB value is (112,107,225). Sum of RGB (Red+Green+Blue) = 112+107+225=444 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.23% from 444); Green value is 107 (42.19% from 255 or 24.10% from 444); Blue value is 225 (88.28% from 255 or 50.68% from 444); Max value from RGB is 225 - color contains mainly: blue. Hex color #706BE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706BE1 is #8F941E. Grayscale: #797979. Windows color (decimal): -9409567 or 14773104. OLE color: 14773104.
HSL color Cylindrical-coordinate representation of color #706BE1: hue angle of 242.54º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #706BE1 is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 112 | 107 | 225 | - |
| CMYK | 0.50 | 0.52 | 0 | 0.12 |
| HSL | 242.54º | 0.66% | 0.65% | - |
| HSV(B) | 242.54º | 0.52% | 0.88% | - |
| XYZ | 25.53 | 19.4 | 73.63 | - |
| YUV | 121.95 | 186.16 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 107 | 225 | 0.50 | 0.52 | 0 | 0.12 | 242.54 | 0.66 | 0.65 |
| Hex | 70 | 6B | E1 | 32 | 34 | 0 | C | F3 | 42 | 41 |
| Octal | 160 | 153 | 341 | 62 | 64 | 0 | 14 | 363 | 102 | 101 |
| Binary | 1110000 | 1101011 | 11100001 | 110010 | 110100 | 0 | 1100 | 11110011 | 1000010 | 1000001 |
Color Harmonies of #706BE1
Complementary color
Monochromatic Colors of #706BE1
Black with #706BE1
Text Example
Text Example
White with #706BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706BE1; }
p { color: rgb(112,107,225); }
H1.HeaderClassName
{
color: #706BE1;
}
.AnyTagClassName
{
color: #706BE1;
}
</style>
background-color css
<style>
a { background-color: #706BE1; }
a { background-color: rgb(112,107,225); }
div.DivClassName
{
background-color: #706BE1;
}
.BgClassName
{
background-color: #706BE1;
}
</style>
border-color css
<style>
span { border-color: #706BE1; }
span { border-color: rgb(112,107,225); }
td.TdClassName
{
border-color: #706BE1;
}
.TagClassName
{
border-color: #706BE1;
}
</style>