Shades of Medium Slate Blue #7156FF
Tints of Medium Slate Blue #7156FF
RGB
CMYK
RGB Variations
Color information
#7156FF (or 0x7156FF) is known color: Medium Slate Blue. HEX triplet: 71, 56 and FF. RGB value is (113,86,255). Sum of RGB (Red+Green+Blue) = 113+86+255=454 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.89% from 454); Green value is 86 (33.98% from 255 or 18.94% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #7156FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7156FF is #8EA900. Grayscale: #707070. Windows color (decimal): -9349377 or 16733809. OLE color: 16733809.
HSL color Cylindrical-coordinate representation of color #7156FF: hue angle of 249.59º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7156FF is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 86 | 255 | - |
| CMYK | 0.56 | 0.66 | 0 | 0 |
| HSL | 249.59º | 1% | 0.67% | - |
| HSV(B) | 249.59º | 0.66% | 1% | - |
| XYZ | 28.19 | 17.39 | 96.48 | - |
| YUV | 113.34 | 207.95 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 86 | 255 | 0.56 | 0.66 | 0 | 0 | 249.59 | 1 | 0.67 |
| Hex | 71 | 56 | FF | 38 | 42 | 0 | 0 | FA | 64 | 43 |
| Octal | 161 | 126 | 377 | 70 | 102 | 0 | 0 | 372 | 144 | 103 |
| Binary | 1110001 | 1010110 | 11111111 | 111000 | 1000010 | 0 | 0 | 11111010 | 1100100 | 1000011 |
Color Harmonies of #7156FF
Complementary color
Monochromatic Colors of #7156FF
Black with #7156FF
Text Example
Text Example
White with #7156FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7156FF; }
p { color: rgb(113,86,255); }
H1.HeaderClassName
{
color: #7156FF;
}
.AnyTagClassName
{
color: #7156FF;
}
</style>
background-color css
<style>
a { background-color: #7156FF; }
a { background-color: rgb(113,86,255); }
div.DivClassName
{
background-color: #7156FF;
}
.BgClassName
{
background-color: #7156FF;
}
</style>
border-color css
<style>
span { border-color: #7156FF; }
span { border-color: rgb(113,86,255); }
td.TdClassName
{
border-color: #7156FF;
}
.TagClassName
{
border-color: #7156FF;
}
</style>