Shades of Medium Slate Blue #7154ED
Tints of Medium Slate Blue #7154ED
RGB
CMYK
RGB Variations
Color information
#7154ED (or 0x7154ED) is known color: Medium Slate Blue. HEX triplet: 71, 54 and ED. RGB value is (113,84,237). Sum of RGB (Red+Green+Blue) = 113+84+237=434 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.04% from 434); Green value is 84 (33.20% from 255 or 19.35% from 434); Blue value is 237 (92.97% from 255 or 54.61% from 434); Max value from RGB is 237 - color contains mainly: blue. Hex color #7154ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7154ED is #8EAB12. Grayscale: #6D6D6D. Windows color (decimal): -9349907 or 15553649. OLE color: 15553649.
HSL color Cylindrical-coordinate representation of color #7154ED: hue angle of 251.37º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7154ED is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 84 | 237 | - |
| CMYK | 0.52 | 0.65 | 0 | 0.07 |
| HSL | 251.37º | 0.81% | 0.63% | - |
| HSV(B) | 251.37º | 0.65% | 0.93% | - |
| XYZ | 25.27 | 15.97 | 81.87 | - |
| YUV | 110.11 | 199.61 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 84 | 237 | 0.52 | 0.65 | 0 | 0.07 | 251.37 | 0.81 | 0.63 |
| Hex | 71 | 54 | ED | 34 | 41 | 0 | 7 | FB | 51 | 3F |
| Octal | 161 | 124 | 355 | 64 | 101 | 0 | 7 | 373 | 121 | 77 |
| Binary | 1110001 | 1010100 | 11101101 | 110100 | 1000001 | 0 | 111 | 11111011 | 1010001 | 111111 |
Color Harmonies of #7154ED
Complementary color
Monochromatic Colors of #7154ED
Black with #7154ED
Text Example
Text Example
White with #7154ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7154ED; }
p { color: rgb(113,84,237); }
H1.HeaderClassName
{
color: #7154ED;
}
.AnyTagClassName
{
color: #7154ED;
}
</style>
background-color css
<style>
a { background-color: #7154ED; }
a { background-color: rgb(113,84,237); }
div.DivClassName
{
background-color: #7154ED;
}
.BgClassName
{
background-color: #7154ED;
}
</style>
border-color css
<style>
span { border-color: #7154ED; }
span { border-color: rgb(113,84,237); }
td.TdClassName
{
border-color: #7154ED;
}
.TagClassName
{
border-color: #7154ED;
}
</style>