Shades of Medium Slate Blue #7156ED
Tints of Medium Slate Blue #7156ED
RGB
CMYK
RGB Variations
Color information
#7156ED (or 0x7156ED) is known color: Medium Slate Blue. HEX triplet: 71, 56 and ED. RGB value is (113,86,237). Sum of RGB (Red+Green+Blue) = 113+86+237=436 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.92% from 436); Green value is 86 (33.98% from 255 or 19.72% from 436); Blue value is 237 (92.97% from 255 or 54.36% from 436); Max value from RGB is 237 - color contains mainly: blue. Hex color #7156ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7156ED is #8EA912. Grayscale: #6E6E6E. Windows color (decimal): -9349395 or 15554161. OLE color: 15554161.
HSL color Cylindrical-coordinate representation of color #7156ED: hue angle of 250.73º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7156ED is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 86 | 237 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.07 |
| HSL | 250.73º | 0.81% | 0.63% | - |
| HSV(B) | 250.73º | 0.64% | 0.93% | - |
| XYZ | 25.42 | 16.28 | 81.92 | - |
| YUV | 111.29 | 198.95 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 86 | 237 | 0.52 | 0.64 | 0 | 0.07 | 250.73 | 0.81 | 0.63 |
| Hex | 71 | 56 | ED | 34 | 40 | 0 | 7 | FB | 51 | 3F |
| Octal | 161 | 126 | 355 | 64 | 100 | 0 | 7 | 373 | 121 | 77 |
| Binary | 1110001 | 1010110 | 11101101 | 110100 | 1000000 | 0 | 111 | 11111011 | 1010001 | 111111 |
Color Harmonies of #7156ED
Complementary color
Monochromatic Colors of #7156ED
Black with #7156ED
Text Example
Text Example
White with #7156ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7156ED; }
p { color: rgb(113,86,237); }
H1.HeaderClassName
{
color: #7156ED;
}
.AnyTagClassName
{
color: #7156ED;
}
</style>
background-color css
<style>
a { background-color: #7156ED; }
a { background-color: rgb(113,86,237); }
div.DivClassName
{
background-color: #7156ED;
}
.BgClassName
{
background-color: #7156ED;
}
</style>
border-color css
<style>
span { border-color: #7156ED; }
span { border-color: rgb(113,86,237); }
td.TdClassName
{
border-color: #7156ED;
}
.TagClassName
{
border-color: #7156ED;
}
</style>