Shades of Medium Slate Blue #707CEF
Tints of Medium Slate Blue #707CEF
RGB
CMYK
RGB Variations
Color information
#707CEF (or 0x707CEF) is known color: Medium Slate Blue. HEX triplet: 70, 7C and EF. RGB value is (112,124,239). Sum of RGB (Red+Green+Blue) = 112+124+239=475 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.58% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #707CEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707CEF is #8F8310. Grayscale: #858585. Windows color (decimal): -9405201 or 15694960. OLE color: 15694960.
HSL color Cylindrical-coordinate representation of color #707CEF: hue angle of 234.33º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #707CEF is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 124 | 239 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.06 |
| HSL | 234.33º | 0.8% | 0.69% | - |
| HSV(B) | 234.33º | 0.53% | 0.94% | - |
| XYZ | 29.47 | 24.09 | 84.76 | - |
| YUV | 133.52 | 187.52 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 124 | 239 | 0.53 | 0.48 | 0 | 0.06 | 234.33 | 0.8 | 0.69 |
| Hex | 70 | 7C | EF | 35 | 30 | 0 | 6 | EA | 50 | 45 |
| Octal | 160 | 174 | 357 | 65 | 60 | 0 | 6 | 352 | 120 | 105 |
| Binary | 1110000 | 1111100 | 11101111 | 110101 | 110000 | 0 | 110 | 11101010 | 1010000 | 1000101 |
Color Harmonies of #707CEF
Complementary color
Monochromatic Colors of #707CEF
Black with #707CEF
Text Example
Text Example
White with #707CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707CEF; }
p { color: rgb(112,124,239); }
H1.HeaderClassName
{
color: #707CEF;
}
.AnyTagClassName
{
color: #707CEF;
}
</style>
background-color css
<style>
a { background-color: #707CEF; }
a { background-color: rgb(112,124,239); }
div.DivClassName
{
background-color: #707CEF;
}
.BgClassName
{
background-color: #707CEF;
}
</style>
border-color css
<style>
span { border-color: #707CEF; }
span { border-color: rgb(112,124,239); }
td.TdClassName
{
border-color: #707CEF;
}
.TagClassName
{
border-color: #707CEF;
}
</style>