Shades of Medium Slate Blue #707CF3
Tints of Medium Slate Blue #707CF3
RGB
CMYK
RGB Variations
Color information
#707CF3 (or 0x707CF3) is known color: Medium Slate Blue. HEX triplet: 70, 7C and F3. RGB value is (112,124,243). Sum of RGB (Red+Green+Blue) = 112+124+243=479 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.38% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 243 (95.31% from 255 or 50.73% from 479); Max value from RGB is 243 - color contains mainly: blue. Hex color #707CF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707CF3 is #8F830C. Grayscale: #858585. Windows color (decimal): -9405197 or 15957104. OLE color: 15957104.
HSL color Cylindrical-coordinate representation of color #707CF3: hue angle of 234.5º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #707CF3 is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 124 | 243 | - |
| CMYK | 0.54 | 0.49 | 0 | 0.05 |
| HSL | 234.5º | 0.85% | 0.7% | - |
| HSV(B) | 234.5º | 0.54% | 0.95% | - |
| XYZ | 30.07 | 24.33 | 87.91 | - |
| YUV | 133.98 | 189.52 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 124 | 243 | 0.54 | 0.49 | 0 | 0.05 | 234.5 | 0.85 | 0.7 |
| Hex | 70 | 7C | F3 | 36 | 31 | 0 | 5 | EB | 55 | 46 |
| Octal | 160 | 174 | 363 | 66 | 61 | 0 | 5 | 353 | 125 | 106 |
| Binary | 1110000 | 1111100 | 11110011 | 110110 | 110001 | 0 | 101 | 11101011 | 1010101 | 1000110 |
Color Harmonies of #707CF3
Complementary color
Monochromatic Colors of #707CF3
Black with #707CF3
Text Example
Text Example
White with #707CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707CF3; }
p { color: rgb(112,124,243); }
H1.HeaderClassName
{
color: #707CF3;
}
.AnyTagClassName
{
color: #707CF3;
}
</style>
background-color css
<style>
a { background-color: #707CF3; }
a { background-color: rgb(112,124,243); }
div.DivClassName
{
background-color: #707CF3;
}
.BgClassName
{
background-color: #707CF3;
}
</style>
border-color css
<style>
span { border-color: #707CF3; }
span { border-color: rgb(112,124,243); }
td.TdClassName
{
border-color: #707CF3;
}
.TagClassName
{
border-color: #707CF3;
}
</style>