Shades of Medium Slate Blue #707EED
Tints of Medium Slate Blue #707EED
RGB
CMYK
RGB Variations
Color information
#707EED (or 0x707EED) is known color: Medium Slate Blue. HEX triplet: 70, 7E and ED. RGB value is (112,126,237). Sum of RGB (Red+Green+Blue) = 112+126+237=475 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.58% from 475); Green value is 126 (49.61% from 255 or 26.53% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #707EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707EED is #8F8112. Grayscale: #868686. Windows color (decimal): -9404691 or 15564400. OLE color: 15564400.
HSL color Cylindrical-coordinate representation of color #707EED: hue angle of 233.28º 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 #707EED is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 126 | 237 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.07 |
| HSL | 233.28º | 0.78% | 0.68% | - |
| HSV(B) | 233.28º | 0.53% | 0.93% | - |
| XYZ | 29.43 | 24.48 | 83.29 | - |
| YUV | 134.47 | 185.86 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 126 | 237 | 0.53 | 0.47 | 0 | 0.07 | 233.28 | 0.78 | 0.68 |
| Hex | 70 | 7E | ED | 35 | 2F | 0 | 7 | E9 | 4E | 44 |
| Octal | 160 | 176 | 355 | 65 | 57 | 0 | 7 | 351 | 116 | 104 |
| Binary | 1110000 | 1111110 | 11101101 | 110101 | 101111 | 0 | 111 | 11101001 | 1001110 | 1000100 |
Color Harmonies of #707EED
Complementary color
Monochromatic Colors of #707EED
Black with #707EED
Text Example
Text Example
White with #707EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707EED; }
p { color: rgb(112,126,237); }
H1.HeaderClassName
{
color: #707EED;
}
.AnyTagClassName
{
color: #707EED;
}
</style>
background-color css
<style>
a { background-color: #707EED; }
a { background-color: rgb(112,126,237); }
div.DivClassName
{
background-color: #707EED;
}
.BgClassName
{
background-color: #707EED;
}
</style>
border-color css
<style>
span { border-color: #707EED; }
span { border-color: rgb(112,126,237); }
td.TdClassName
{
border-color: #707EED;
}
.TagClassName
{
border-color: #707EED;
}
</style>