Shades of Medium Slate Blue #706ADD
Tints of Medium Slate Blue #706ADD
RGB
CMYK
RGB Variations
Color information
#706ADD (or 0x706ADD) is known color: Medium Slate Blue. HEX triplet: 70, 6A and DD. RGB value is (112,106,221). Sum of RGB (Red+Green+Blue) = 112+106+221=439 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.51% from 439); Green value is 106 (41.80% from 255 or 24.15% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #706ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706ADD is #8F9522. Grayscale: #787878. Windows color (decimal): -9409827 or 14510704. OLE color: 14510704.
HSL color Cylindrical-coordinate representation of color #706ADD: hue angle of 243.13º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #706ADD is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 106 | 221 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.13 |
| HSL | 243.13º | 0.63% | 0.64% | - |
| HSV(B) | 243.13º | 0.52% | 0.87% | - |
| XYZ | 24.89 | 18.97 | 70.76 | - |
| YUV | 120.9 | 184.49 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 221 | 0.49 | 0.52 | 0 | 0.13 | 243.13 | 0.63 | 0.64 |
| Hex | 70 | 6A | DD | 31 | 34 | 0 | D | F3 | 3F | 40 |
| Octal | 160 | 152 | 335 | 61 | 64 | 0 | 15 | 363 | 77 | 100 |
| Binary | 1110000 | 1101010 | 11011101 | 110001 | 110100 | 0 | 1101 | 11110011 | 111111 | 1000000 |
Color Harmonies of #706ADD
Complementary color
Monochromatic Colors of #706ADD
Black with #706ADD
Text Example
Text Example
White with #706ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706ADD; }
p { color: rgb(112,106,221); }
H1.HeaderClassName
{
color: #706ADD;
}
.AnyTagClassName
{
color: #706ADD;
}
</style>
background-color css
<style>
a { background-color: #706ADD; }
a { background-color: rgb(112,106,221); }
div.DivClassName
{
background-color: #706ADD;
}
.BgClassName
{
background-color: #706ADD;
}
</style>
border-color css
<style>
span { border-color: #706ADD; }
span { border-color: rgb(112,106,221); }
td.TdClassName
{
border-color: #706ADD;
}
.TagClassName
{
border-color: #706ADD;
}
</style>