Shades of Medium Slate Blue #706DDD
Tints of Medium Slate Blue #706DDD
RGB
CMYK
RGB Variations
Color information
#706DDD (or 0x706DDD) is known color: Medium Slate Blue. HEX triplet: 70, 6D and DD. RGB value is (112,109,221). Sum of RGB (Red+Green+Blue) = 112+109+221=442 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.34% from 442); Green value is 109 (42.97% from 255 or 24.66% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #706DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706DDD is #8F9222. Grayscale: #7A7A7A. Windows color (decimal): -9409059 or 14511472. OLE color: 14511472.
HSL color Cylindrical-coordinate representation of color #706DDD: hue angle of 241.61º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #706DDD is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 109 | 221 | - |
| CMYK | 0.49 | 0.51 | 0 | 0.13 |
| HSL | 241.61º | 0.62% | 0.65% | - |
| HSV(B) | 241.61º | 0.51% | 0.87% | - |
| XYZ | 25.2 | 19.6 | 70.86 | - |
| YUV | 122.67 | 183.49 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 221 | 0.49 | 0.51 | 0 | 0.13 | 241.61 | 0.62 | 0.65 |
| Hex | 70 | 6D | DD | 31 | 33 | 0 | D | F2 | 3E | 41 |
| Octal | 160 | 155 | 335 | 61 | 63 | 0 | 15 | 362 | 76 | 101 |
| Binary | 1110000 | 1101101 | 11011101 | 110001 | 110011 | 0 | 1101 | 11110010 | 111110 | 1000001 |
Color Harmonies of #706DDD
Complementary color
Monochromatic Colors of #706DDD
Black with #706DDD
Text Example
Text Example
White with #706DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706DDD; }
p { color: rgb(112,109,221); }
H1.HeaderClassName
{
color: #706DDD;
}
.AnyTagClassName
{
color: #706DDD;
}
</style>
background-color css
<style>
a { background-color: #706DDD; }
a { background-color: rgb(112,109,221); }
div.DivClassName
{
background-color: #706DDD;
}
.BgClassName
{
background-color: #706DDD;
}
</style>
border-color css
<style>
span { border-color: #706DDD; }
span { border-color: rgb(112,109,221); }
td.TdClassName
{
border-color: #706DDD;
}
.TagClassName
{
border-color: #706DDD;
}
</style>