Shades of Medium Slate Blue #706ADE
Tints of Medium Slate Blue #706ADE
RGB
CMYK
RGB Variations
Color information
#706ADE (or 0x706ADE) is known color: Medium Slate Blue. HEX triplet: 70, 6A and DE. RGB value is (112,106,222). Sum of RGB (Red+Green+Blue) = 112+106+222=440 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.45% from 440); Green value is 106 (41.80% from 255 or 24.09% from 440); Blue value is 222 (87.11% from 255 or 50.45% from 440); Max value from RGB is 222 - color contains mainly: blue. Hex color #706ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706ADE is #8F9521. Grayscale: #787878. Windows color (decimal): -9409826 or 14576240. OLE color: 14576240.
HSL color Cylindrical-coordinate representation of color #706ADE: hue angle of 243.1º degrees, saturation: 0.64, 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 #706ADE is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 106 | 222 | - |
| CMYK | 0.50 | 0.52 | 0 | 0.13 |
| HSL | 243.1º | 0.64% | 0.64% | - |
| HSV(B) | 243.1º | 0.52% | 0.87% | - |
| XYZ | 25.02 | 19.03 | 71.46 | - |
| YUV | 121.02 | 184.99 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 222 | 0.50 | 0.52 | 0 | 0.13 | 243.1 | 0.64 | 0.64 |
| Hex | 70 | 6A | DE | 32 | 34 | 0 | D | F3 | 40 | 40 |
| Octal | 160 | 152 | 336 | 62 | 64 | 0 | 15 | 363 | 100 | 100 |
| Binary | 1110000 | 1101010 | 11011110 | 110010 | 110100 | 0 | 1101 | 11110011 | 1000000 | 1000000 |
Color Harmonies of #706ADE
Complementary color
Monochromatic Colors of #706ADE
Black with #706ADE
Text Example
Text Example
White with #706ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706ADE; }
p { color: rgb(112,106,222); }
H1.HeaderClassName
{
color: #706ADE;
}
.AnyTagClassName
{
color: #706ADE;
}
</style>
background-color css
<style>
a { background-color: #706ADE; }
a { background-color: rgb(112,106,222); }
div.DivClassName
{
background-color: #706ADE;
}
.BgClassName
{
background-color: #706ADE;
}
</style>
border-color css
<style>
span { border-color: #706ADE; }
span { border-color: rgb(112,106,222); }
td.TdClassName
{
border-color: #706ADE;
}
.TagClassName
{
border-color: #706ADE;
}
</style>