Shades of Medium Slate Blue #706BDD
Tints of Medium Slate Blue #706BDD
RGB
CMYK
RGB Variations
Color information
#706BDD (or 0x706BDD) is known color: Medium Slate Blue. HEX triplet: 70, 6B and DD. RGB value is (112,107,221). Sum of RGB (Red+Green+Blue) = 112+107+221=440 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.45% from 440); Green value is 107 (42.19% from 255 or 24.32% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #706BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706BDD is #8F9422. Grayscale: #797979. Windows color (decimal): -9409571 or 14510960. OLE color: 14510960.
HSL color Cylindrical-coordinate representation of color #706BDD: hue angle of 242.63º 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 #706BDD is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 107 | 221 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.13 |
| HSL | 242.63º | 0.63% | 0.64% | - |
| HSV(B) | 242.63º | 0.52% | 0.87% | - |
| XYZ | 24.99 | 19.18 | 70.79 | - |
| YUV | 121.49 | 184.16 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 107 | 221 | 0.49 | 0.52 | 0 | 0.13 | 242.63 | 0.63 | 0.64 |
| Hex | 70 | 6B | DD | 31 | 34 | 0 | D | F3 | 3F | 40 |
| Octal | 160 | 153 | 335 | 61 | 64 | 0 | 15 | 363 | 77 | 100 |
| Binary | 1110000 | 1101011 | 11011101 | 110001 | 110100 | 0 | 1101 | 11110011 | 111111 | 1000000 |
Color Harmonies of #706BDD
Complementary color
Monochromatic Colors of #706BDD
Black with #706BDD
Text Example
Text Example
White with #706BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706BDD; }
p { color: rgb(112,107,221); }
H1.HeaderClassName
{
color: #706BDD;
}
.AnyTagClassName
{
color: #706BDD;
}
</style>
background-color css
<style>
a { background-color: #706BDD; }
a { background-color: rgb(112,107,221); }
div.DivClassName
{
background-color: #706BDD;
}
.BgClassName
{
background-color: #706BDD;
}
</style>
border-color css
<style>
span { border-color: #706BDD; }
span { border-color: rgb(112,107,221); }
td.TdClassName
{
border-color: #706BDD;
}
.TagClassName
{
border-color: #706BDD;
}
</style>