Shades of Medium Slate Blue #707CEC
Tints of Medium Slate Blue #707CEC
RGB
CMYK
RGB Variations
Color information
#707CEC (or 0x707CEC) is known color: Medium Slate Blue. HEX triplet: 70, 7C and EC. RGB value is (112,124,236). Sum of RGB (Red+Green+Blue) = 112+124+236=472 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.73% from 472); Green value is 124 (48.83% from 255 or 26.27% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #707CEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707CEC is #8F8313. Grayscale: #848484. Windows color (decimal): -9405204 or 15498352. OLE color: 15498352.
HSL color Cylindrical-coordinate representation of color #707CEC: hue angle of 234.19º degrees, saturation: 0.77, 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 #707CEC is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 124 | 236 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.07 |
| HSL | 234.19º | 0.77% | 0.68% | - |
| HSV(B) | 234.19º | 0.53% | 0.93% | - |
| XYZ | 29.03 | 23.92 | 82.44 | - |
| YUV | 133.18 | 186.02 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 124 | 236 | 0.53 | 0.47 | 0 | 0.07 | 234.19 | 0.77 | 0.68 |
| Hex | 70 | 7C | EC | 35 | 2F | 0 | 7 | EA | 4D | 44 |
| Octal | 160 | 174 | 354 | 65 | 57 | 0 | 7 | 352 | 115 | 104 |
| Binary | 1110000 | 1111100 | 11101100 | 110101 | 101111 | 0 | 111 | 11101010 | 1001101 | 1000100 |
Color Harmonies of #707CEC
Complementary color
Monochromatic Colors of #707CEC
Black with #707CEC
Text Example
Text Example
White with #707CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707CEC; }
p { color: rgb(112,124,236); }
H1.HeaderClassName
{
color: #707CEC;
}
.AnyTagClassName
{
color: #707CEC;
}
</style>
background-color css
<style>
a { background-color: #707CEC; }
a { background-color: rgb(112,124,236); }
div.DivClassName
{
background-color: #707CEC;
}
.BgClassName
{
background-color: #707CEC;
}
</style>
border-color css
<style>
span { border-color: #707CEC; }
span { border-color: rgb(112,124,236); }
td.TdClassName
{
border-color: #707CEC;
}
.TagClassName
{
border-color: #707CEC;
}
</style>