Shades of Medium Slate Blue #714DF0
Tints of Medium Slate Blue #714DF0
RGB
CMYK
RGB Variations
Color information
#714DF0 (or 0x714DF0) is known color: Medium Slate Blue. HEX triplet: 71, 4D and F0. RGB value is (113,77,240). Sum of RGB (Red+Green+Blue) = 113+77+240=430 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.28% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 240 (94.14% from 255 or 55.81% from 430); Max value from RGB is 240 - color contains mainly: blue. Hex color #714DF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #714DF0 is #8EB20F. Grayscale: #696969. Windows color (decimal): -9351696 or 15748465. OLE color: 15748465.
HSL color Cylindrical-coordinate representation of color #714DF0: hue angle of 253.25º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #714DF0 is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 77 | 240 | - |
| CMYK | 0.53 | 0.68 | 0 | 0.06 |
| HSL | 253.25º | 0.84% | 0.62% | - |
| HSV(B) | 253.25º | 0.68% | 0.94% | - |
| XYZ | 25.19 | 15.11 | 84.03 | - |
| YUV | 106.35 | 203.43 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 77 | 240 | 0.53 | 0.68 | 0 | 0.06 | 253.25 | 0.84 | 0.62 |
| Hex | 71 | 4D | F0 | 35 | 44 | 0 | 6 | FD | 54 | 3E |
| Octal | 161 | 115 | 360 | 65 | 104 | 0 | 6 | 375 | 124 | 76 |
| Binary | 1110001 | 1001101 | 11110000 | 110101 | 1000100 | 0 | 110 | 11111101 | 1010100 | 111110 |
Color Harmonies of #714DF0
Complementary color
Monochromatic Colors of #714DF0
Black with #714DF0
Text Example
Text Example
White with #714DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714DF0; }
p { color: rgb(113,77,240); }
H1.HeaderClassName
{
color: #714DF0;
}
.AnyTagClassName
{
color: #714DF0;
}
</style>
background-color css
<style>
a { background-color: #714DF0; }
a { background-color: rgb(113,77,240); }
div.DivClassName
{
background-color: #714DF0;
}
.BgClassName
{
background-color: #714DF0;
}
</style>
border-color css
<style>
span { border-color: #714DF0; }
span { border-color: rgb(113,77,240); }
td.TdClassName
{
border-color: #714DF0;
}
.TagClassName
{
border-color: #714DF0;
}
</style>