Shades of Medium Slate Blue #706DDC
Tints of Medium Slate Blue #706DDC
RGB
CMYK
RGB Variations
Color information
#706DDC (or 0x706DDC) is known color: Medium Slate Blue. HEX triplet: 70, 6D and DC. RGB value is (112,109,220). Sum of RGB (Red+Green+Blue) = 112+109+220=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 109 (42.97% from 255 or 24.72% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #706DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706DDC is #8F9223. Grayscale: #7A7A7A. Windows color (decimal): -9409060 or 14445936. OLE color: 14445936.
HSL color Cylindrical-coordinate representation of color #706DDC: hue angle of 241.62º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #706DDC is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 109 | 220 | - |
| CMYK | 0.49 | 0.50 | 0 | 0.14 |
| HSL | 241.62º | 0.61% | 0.65% | - |
| HSV(B) | 241.62º | 0.5% | 0.86% | - |
| XYZ | 25.07 | 19.55 | 70.16 | - |
| YUV | 122.55 | 182.99 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 220 | 0.49 | 0.50 | 0 | 0.14 | 241.62 | 0.61 | 0.65 |
| Hex | 70 | 6D | DC | 31 | 32 | 0 | E | F2 | 3D | 41 |
| Octal | 160 | 155 | 334 | 61 | 62 | 0 | 16 | 362 | 75 | 101 |
| Binary | 1110000 | 1101101 | 11011100 | 110001 | 110010 | 0 | 1110 | 11110010 | 111101 | 1000001 |
Color Harmonies of #706DDC
Complementary color
Monochromatic Colors of #706DDC
Black with #706DDC
Text Example
Text Example
White with #706DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706DDC; }
p { color: rgb(112,109,220); }
H1.HeaderClassName
{
color: #706DDC;
}
.AnyTagClassName
{
color: #706DDC;
}
</style>
background-color css
<style>
a { background-color: #706DDC; }
a { background-color: rgb(112,109,220); }
div.DivClassName
{
background-color: #706DDC;
}
.BgClassName
{
background-color: #706DDC;
}
</style>
border-color css
<style>
span { border-color: #706DDC; }
span { border-color: rgb(112,109,220); }
td.TdClassName
{
border-color: #706DDC;
}
.TagClassName
{
border-color: #706DDC;
}
</style>