Shades of Medium Slate Blue #714DF3
Tints of Medium Slate Blue #714DF3
RGB
CMYK
RGB Variations
Color information
#714DF3 (or 0x714DF3) is known color: Medium Slate Blue. HEX triplet: 71, 4D and F3. RGB value is (113,77,243). Sum of RGB (Red+Green+Blue) = 113+77+243=433 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.10% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 243 (95.31% from 255 or 56.12% from 433); Max value from RGB is 243 - color contains mainly: blue. Hex color #714DF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #714DF3 is #8EB20C. Grayscale: #6A6A6A. Windows color (decimal): -9351693 or 15945073. OLE color: 15945073.
HSL color Cylindrical-coordinate representation of color #714DF3: hue angle of 253.01º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #714DF3 is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 77 | 243 | - |
| CMYK | 0.53 | 0.68 | 0 | 0.05 |
| HSL | 253.01º | 0.87% | 0.63% | - |
| HSV(B) | 253.01º | 0.68% | 0.95% | - |
| XYZ | 25.64 | 15.29 | 86.39 | - |
| YUV | 106.69 | 204.93 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 77 | 243 | 0.53 | 0.68 | 0 | 0.05 | 253.01 | 0.87 | 0.63 |
| Hex | 71 | 4D | F3 | 35 | 44 | 0 | 5 | FD | 57 | 3F |
| Octal | 161 | 115 | 363 | 65 | 104 | 0 | 5 | 375 | 127 | 77 |
| Binary | 1110001 | 1001101 | 11110011 | 110101 | 1000100 | 0 | 101 | 11111101 | 1010111 | 111111 |
Color Harmonies of #714DF3
Complementary color
Monochromatic Colors of #714DF3
Black with #714DF3
Text Example
Text Example
White with #714DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714DF3; }
p { color: rgb(113,77,243); }
H1.HeaderClassName
{
color: #714DF3;
}
.AnyTagClassName
{
color: #714DF3;
}
</style>
background-color css
<style>
a { background-color: #714DF3; }
a { background-color: rgb(113,77,243); }
div.DivClassName
{
background-color: #714DF3;
}
.BgClassName
{
background-color: #714DF3;
}
</style>
border-color css
<style>
span { border-color: #714DF3; }
span { border-color: rgb(113,77,243); }
td.TdClassName
{
border-color: #714DF3;
}
.TagClassName
{
border-color: #714DF3;
}
</style>