Shades of Medium Slate Blue #714DFC
Tints of Medium Slate Blue #714DFC
RGB
CMYK
RGB Variations
Color information
#714DFC (or 0x714DFC) is known color: Medium Slate Blue. HEX triplet: 71, 4D and FC. RGB value is (113,77,252). Sum of RGB (Red+Green+Blue) = 113+77+252=442 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.57% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 252 (98.83% from 255 or 57.01% from 442); Max value from RGB is 252 - color contains mainly: blue. Hex color #714DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #714DFC is #8EB203. Grayscale: #6B6B6B. Windows color (decimal): -9351684 or 16534897. OLE color: 16534897.
HSL color Cylindrical-coordinate representation of color #714DFC: hue angle of 252.34º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #714DFC is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 77 | 252 | - |
| CMYK | 0.55 | 0.69 | 0 | 0.01 |
| HSL | 252.34º | 0.97% | 0.65% | - |
| HSV(B) | 252.34º | 0.69% | 0.99% | - |
| XYZ | 27.03 | 15.85 | 93.73 | - |
| YUV | 107.71 | 209.43 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 77 | 252 | 0.55 | 0.69 | 0 | 0.01 | 252.34 | 0.97 | 0.65 |
| Hex | 71 | 4D | FC | 37 | 45 | 0 | 1 | FC | 61 | 41 |
| Octal | 161 | 115 | 374 | 67 | 105 | 0 | 1 | 374 | 141 | 101 |
| Binary | 1110001 | 1001101 | 11111100 | 110111 | 1000101 | 0 | 1 | 11111100 | 1100001 | 1000001 |
Color Harmonies of #714DFC
Complementary color
Monochromatic Colors of #714DFC
Black with #714DFC
Text Example
Text Example
White with #714DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714DFC; }
p { color: rgb(113,77,252); }
H1.HeaderClassName
{
color: #714DFC;
}
.AnyTagClassName
{
color: #714DFC;
}
</style>
background-color css
<style>
a { background-color: #714DFC; }
a { background-color: rgb(113,77,252); }
div.DivClassName
{
background-color: #714DFC;
}
.BgClassName
{
background-color: #714DFC;
}
</style>
border-color css
<style>
span { border-color: #714DFC; }
span { border-color: rgb(113,77,252); }
td.TdClassName
{
border-color: #714DFC;
}
.TagClassName
{
border-color: #714DFC;
}
</style>