Shades of Medium Slate Blue #707DED
Tints of Medium Slate Blue #707DED
RGB
CMYK
RGB Variations
Color information
#707DED (or 0x707DED) is known color: Medium Slate Blue. HEX triplet: 70, 7D and ED. RGB value is (112,125,237). Sum of RGB (Red+Green+Blue) = 112+125+237=474 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.63% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #707DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707DED is #8F8212. Grayscale: #858585. Windows color (decimal): -9404947 or 15564144. OLE color: 15564144.
HSL color Cylindrical-coordinate representation of color #707DED: hue angle of 233.76º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #707DED is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 125 | 237 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.07 |
| HSL | 233.76º | 0.78% | 0.68% | - |
| HSV(B) | 233.76º | 0.53% | 0.93% | - |
| XYZ | 29.3 | 24.23 | 83.25 | - |
| YUV | 133.88 | 186.19 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 125 | 237 | 0.53 | 0.47 | 0 | 0.07 | 233.76 | 0.78 | 0.68 |
| Hex | 70 | 7D | ED | 35 | 2F | 0 | 7 | EA | 4E | 44 |
| Octal | 160 | 175 | 355 | 65 | 57 | 0 | 7 | 352 | 116 | 104 |
| Binary | 1110000 | 1111101 | 11101101 | 110101 | 101111 | 0 | 111 | 11101010 | 1001110 | 1000100 |
Color Harmonies of #707DED
Complementary color
Monochromatic Colors of #707DED
Black with #707DED
Text Example
Text Example
White with #707DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707DED; }
p { color: rgb(112,125,237); }
H1.HeaderClassName
{
color: #707DED;
}
.AnyTagClassName
{
color: #707DED;
}
</style>
background-color css
<style>
a { background-color: #707DED; }
a { background-color: rgb(112,125,237); }
div.DivClassName
{
background-color: #707DED;
}
.BgClassName
{
background-color: #707DED;
}
</style>
border-color css
<style>
span { border-color: #707DED; }
span { border-color: rgb(112,125,237); }
td.TdClassName
{
border-color: #707DED;
}
.TagClassName
{
border-color: #707DED;
}
</style>