Shades of Medium Slate Blue #714DF5
Tints of Medium Slate Blue #714DF5
RGB
CMYK
RGB Variations
Color information
#714DF5 (or 0x714DF5) is known color: Medium Slate Blue. HEX triplet: 71, 4D and F5. RGB value is (113,77,245). Sum of RGB (Red+Green+Blue) = 113+77+245=435 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.98% from 435); Green value is 77 (30.47% from 255 or 17.70% from 435); Blue value is 245 (96.09% from 255 or 56.32% from 435); Max value from RGB is 245 - color contains mainly: blue. Hex color #714DF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #714DF5 is #8EB20A. Grayscale: #6A6A6A. Windows color (decimal): -9351691 or 16076145. OLE color: 16076145.
HSL color Cylindrical-coordinate representation of color #714DF5: hue angle of 252.86º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #714DF5 is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 113 | 77 | 245 | - |
| CMYK | 0.54 | 0.69 | 0 | 0.04 |
| HSL | 252.86º | 0.89% | 0.63% | - |
| HSV(B) | 252.86º | 0.69% | 0.96% | - |
| XYZ | 25.95 | 15.41 | 87.99 | - |
| YUV | 106.92 | 205.93 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 77 | 245 | 0.54 | 0.69 | 0 | 0.04 | 252.86 | 0.89 | 0.63 |
| Hex | 71 | 4D | F5 | 36 | 45 | 0 | 4 | FD | 59 | 3F |
| Octal | 161 | 115 | 365 | 66 | 105 | 0 | 4 | 375 | 131 | 77 |
| Binary | 1110001 | 1001101 | 11110101 | 110110 | 1000101 | 0 | 100 | 11111101 | 1011001 | 111111 |
Color Harmonies of #714DF5
Complementary color
Monochromatic Colors of #714DF5
Black with #714DF5
Text Example
Text Example
White with #714DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714DF5; }
p { color: rgb(113,77,245); }
H1.HeaderClassName
{
color: #714DF5;
}
.AnyTagClassName
{
color: #714DF5;
}
</style>
background-color css
<style>
a { background-color: #714DF5; }
a { background-color: rgb(113,77,245); }
div.DivClassName
{
background-color: #714DF5;
}
.BgClassName
{
background-color: #714DF5;
}
</style>
border-color css
<style>
span { border-color: #714DF5; }
span { border-color: rgb(113,77,245); }
td.TdClassName
{
border-color: #714DF5;
}
.TagClassName
{
border-color: #714DF5;
}
</style>