Shades of Medium Slate Blue #7151EF
Tints of Medium Slate Blue #7151EF
RGB
CMYK
RGB Variations
Color information
#7151EF (or 0x7151EF) is known color: Medium Slate Blue. HEX triplet: 71, 51 and EF. RGB value is (113,81,239). Sum of RGB (Red+Green+Blue) = 113+81+239=433 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.10% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #7151EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7151EF is #8EAE10. Grayscale: #6B6B6B. Windows color (decimal): -9350673 or 15683953. OLE color: 15683953.
HSL color Cylindrical-coordinate representation of color #7151EF: hue angle of 252.15º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7151EF is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 81 | 239 | - |
| CMYK | 0.53 | 0.66 | 0 | 0.06 |
| HSL | 252.15º | 0.83% | 0.63% | - |
| HSV(B) | 252.15º | 0.66% | 0.94% | - |
| XYZ | 25.33 | 15.63 | 83.34 | - |
| YUV | 108.58 | 201.6 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 81 | 239 | 0.53 | 0.66 | 0 | 0.06 | 252.15 | 0.83 | 0.63 |
| Hex | 71 | 51 | EF | 35 | 42 | 0 | 6 | FC | 53 | 3F |
| Octal | 161 | 121 | 357 | 65 | 102 | 0 | 6 | 374 | 123 | 77 |
| Binary | 1110001 | 1010001 | 11101111 | 110101 | 1000010 | 0 | 110 | 11111100 | 1010011 | 111111 |
Color Harmonies of #7151EF
Complementary color
Monochromatic Colors of #7151EF
Black with #7151EF
Text Example
Text Example
White with #7151EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7151EF; }
p { color: rgb(113,81,239); }
H1.HeaderClassName
{
color: #7151EF;
}
.AnyTagClassName
{
color: #7151EF;
}
</style>
background-color css
<style>
a { background-color: #7151EF; }
a { background-color: rgb(113,81,239); }
div.DivClassName
{
background-color: #7151EF;
}
.BgClassName
{
background-color: #7151EF;
}
</style>
border-color css
<style>
span { border-color: #7151EF; }
span { border-color: rgb(113,81,239); }
td.TdClassName
{
border-color: #7151EF;
}
.TagClassName
{
border-color: #7151EF;
}
</style>