Shades of Medium Slate Blue #706DDB
Tints of Medium Slate Blue #706DDB
RGB
CMYK
RGB Variations
Color information
#706DDB (or 0x706DDB) is known color: Medium Slate Blue. HEX triplet: 70, 6D and DB. RGB value is (112,109,219). Sum of RGB (Red+Green+Blue) = 112+109+219=440 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.45% from 440); Green value is 109 (42.97% from 255 or 24.77% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #706DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706DDB is #8F9224. Grayscale: #7A7A7A. Windows color (decimal): -9409061 or 14380400. OLE color: 14380400.
HSL color Cylindrical-coordinate representation of color #706DDB: hue angle of 241.64º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #706DDB is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 109 | 219 | - |
| CMYK | 0.49 | 0.50 | 0 | 0.14 |
| HSL | 241.64º | 0.6% | 0.64% | - |
| HSV(B) | 241.64º | 0.5% | 0.86% | - |
| XYZ | 24.94 | 19.5 | 69.47 | - |
| YUV | 122.44 | 182.49 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 219 | 0.49 | 0.50 | 0 | 0.14 | 241.64 | 0.6 | 0.64 |
| Hex | 70 | 6D | DB | 31 | 32 | 0 | E | F2 | 3C | 40 |
| Octal | 160 | 155 | 333 | 61 | 62 | 0 | 16 | 362 | 74 | 100 |
| Binary | 1110000 | 1101101 | 11011011 | 110001 | 110010 | 0 | 1110 | 11110010 | 111100 | 1000000 |
Color Harmonies of #706DDB
Complementary color
Monochromatic Colors of #706DDB
Black with #706DDB
Text Example
Text Example
White with #706DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706DDB; }
p { color: rgb(112,109,219); }
H1.HeaderClassName
{
color: #706DDB;
}
.AnyTagClassName
{
color: #706DDB;
}
</style>
background-color css
<style>
a { background-color: #706DDB; }
a { background-color: rgb(112,109,219); }
div.DivClassName
{
background-color: #706DDB;
}
.BgClassName
{
background-color: #706DDB;
}
</style>
border-color css
<style>
span { border-color: #706DDB; }
span { border-color: rgb(112,109,219); }
td.TdClassName
{
border-color: #706DDB;
}
.TagClassName
{
border-color: #706DDB;
}
</style>