Shades of Medium Slate Blue #714EFF
Tints of Medium Slate Blue #714EFF
RGB
CMYK
RGB Variations
Color information
#714EFF (or 0x714EFF) is known color: Medium Slate Blue. HEX triplet: 71, 4E and FF. RGB value is (113,78,255). Sum of RGB (Red+Green+Blue) = 113+78+255=446 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.34% from 446); Green value is 78 (30.86% from 255 or 17.49% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #714EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #714EFF is #8EB100. Grayscale: #6B6B6B. Windows color (decimal): -9351425 or 16731761. OLE color: 16731761.
HSL color Cylindrical-coordinate representation of color #714EFF: hue angle of 251.86º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #714EFF is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 78 | 255 | - |
| CMYK | 0.56 | 0.69 | 0 | 0 |
| HSL | 251.86º | 1% | 0.65% | - |
| HSV(B) | 251.86º | 0.69% | 1% | - |
| XYZ | 27.58 | 16.18 | 96.28 | - |
| YUV | 108.64 | 210.6 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 78 | 255 | 0.56 | 0.69 | 0 | 0 | 251.86 | 1 | 0.65 |
| Hex | 71 | 4E | FF | 38 | 45 | 0 | 0 | FC | 64 | 41 |
| Octal | 161 | 116 | 377 | 70 | 105 | 0 | 0 | 374 | 144 | 101 |
| Binary | 1110001 | 1001110 | 11111111 | 111000 | 1000101 | 0 | 0 | 11111100 | 1100100 | 1000001 |
Color Harmonies of #714EFF
Complementary color
Monochromatic Colors of #714EFF
Black with #714EFF
Text Example
Text Example
White with #714EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714EFF; }
p { color: rgb(113,78,255); }
H1.HeaderClassName
{
color: #714EFF;
}
.AnyTagClassName
{
color: #714EFF;
}
</style>
background-color css
<style>
a { background-color: #714EFF; }
a { background-color: rgb(113,78,255); }
div.DivClassName
{
background-color: #714EFF;
}
.BgClassName
{
background-color: #714EFF;
}
</style>
border-color css
<style>
span { border-color: #714EFF; }
span { border-color: rgb(113,78,255); }
td.TdClassName
{
border-color: #714EFF;
}
.TagClassName
{
border-color: #714EFF;
}
</style>