Shades of Medium Slate Blue #714EED
Tints of Medium Slate Blue #714EED
RGB
CMYK
RGB Variations
Color information
#714EED (or 0x714EED) is known color: Medium Slate Blue. HEX triplet: 71, 4E and ED. RGB value is (113,78,237). Sum of RGB (Red+Green+Blue) = 113+78+237=428 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.40% from 428); Green value is 78 (30.86% from 255 or 18.22% from 428); Blue value is 237 (92.97% from 255 or 55.37% from 428); Max value from RGB is 237 - color contains mainly: blue. Hex color #714EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #714EED is #8EB112. Grayscale: #696969. Windows color (decimal): -9351443 or 15552113. OLE color: 15552113.
HSL color Cylindrical-coordinate representation of color #714EED: hue angle of 253.21º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #714EED is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 78 | 237 | - |
| CMYK | 0.52 | 0.67 | 0 | 0.07 |
| HSL | 253.21º | 0.82% | 0.62% | - |
| HSV(B) | 253.21º | 0.67% | 0.93% | - |
| XYZ | 24.82 | 15.07 | 81.72 | - |
| YUV | 106.59 | 201.6 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 78 | 237 | 0.52 | 0.67 | 0 | 0.07 | 253.21 | 0.82 | 0.62 |
| Hex | 71 | 4E | ED | 34 | 43 | 0 | 7 | FD | 52 | 3E |
| Octal | 161 | 116 | 355 | 64 | 103 | 0 | 7 | 375 | 122 | 76 |
| Binary | 1110001 | 1001110 | 11101101 | 110100 | 1000011 | 0 | 111 | 11111101 | 1010010 | 111110 |
Color Harmonies of #714EED
Complementary color
Monochromatic Colors of #714EED
Black with #714EED
Text Example
Text Example
White with #714EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714EED; }
p { color: rgb(113,78,237); }
H1.HeaderClassName
{
color: #714EED;
}
.AnyTagClassName
{
color: #714EED;
}
</style>
background-color css
<style>
a { background-color: #714EED; }
a { background-color: rgb(113,78,237); }
div.DivClassName
{
background-color: #714EED;
}
.BgClassName
{
background-color: #714EED;
}
</style>
border-color css
<style>
span { border-color: #714EED; }
span { border-color: rgb(113,78,237); }
td.TdClassName
{
border-color: #714EED;
}
.TagClassName
{
border-color: #714EED;
}
</style>