Shades of Medium Slate Blue #714AF5
Tints of Medium Slate Blue #714AF5
RGB
CMYK
RGB Variations
Color information
#714AF5 (or 0x714AF5) is known color: Medium Slate Blue. HEX triplet: 71, 4A and F5. RGB value is (113,74,245). Sum of RGB (Red+Green+Blue) = 113+74+245=432 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.16% from 432); Green value is 74 (29.30% from 255 or 17.13% from 432); Blue value is 245 (96.09% from 255 or 56.71% from 432); Max value from RGB is 245 - color contains mainly: blue. Hex color #714AF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #714AF5 is #8EB50A. Grayscale: #686868. Windows color (decimal): -9352459 or 16075377. OLE color: 16075377.
HSL color Cylindrical-coordinate representation of color #714AF5: hue angle of 253.68º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #714AF5 is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 113 | 74 | 245 | - |
| CMYK | 0.54 | 0.70 | 0 | 0.04 |
| HSL | 253.68º | 0.9% | 0.63% | - |
| HSV(B) | 253.68º | 0.7% | 0.96% | - |
| XYZ | 25.74 | 15 | 87.93 | - |
| YUV | 105.16 | 206.92 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 74 | 245 | 0.54 | 0.70 | 0 | 0.04 | 253.68 | 0.9 | 0.63 |
| Hex | 71 | 4A | F5 | 36 | 46 | 0 | 4 | FE | 5A | 3F |
| Octal | 161 | 112 | 365 | 66 | 106 | 0 | 4 | 376 | 132 | 77 |
| Binary | 1110001 | 1001010 | 11110101 | 110110 | 1000110 | 0 | 100 | 11111110 | 1011010 | 111111 |
Color Harmonies of #714AF5
Complementary color
Monochromatic Colors of #714AF5
Black with #714AF5
Text Example
Text Example
White with #714AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714AF5; }
p { color: rgb(113,74,245); }
H1.HeaderClassName
{
color: #714AF5;
}
.AnyTagClassName
{
color: #714AF5;
}
</style>
background-color css
<style>
a { background-color: #714AF5; }
a { background-color: rgb(113,74,245); }
div.DivClassName
{
background-color: #714AF5;
}
.BgClassName
{
background-color: #714AF5;
}
</style>
border-color css
<style>
span { border-color: #714AF5; }
span { border-color: rgb(113,74,245); }
td.TdClassName
{
border-color: #714AF5;
}
.TagClassName
{
border-color: #714AF5;
}
</style>