Shades of Medium Slate Blue #7151EE
Tints of Medium Slate Blue #7151EE
RGB
CMYK
RGB Variations
Color information
#7151EE (or 0x7151EE) is known color: Medium Slate Blue. HEX triplet: 71, 51 and EE. RGB value is (113,81,238). Sum of RGB (Red+Green+Blue) = 113+81+238=432 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.16% from 432); Green value is 81 (32.03% from 255 or 18.75% from 432); Blue value is 238 (93.36% from 255 or 55.09% from 432); Max value from RGB is 238 - color contains mainly: blue. Hex color #7151EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7151EE is #8EAE11. Grayscale: #6B6B6B. Windows color (decimal): -9350674 or 15618417. OLE color: 15618417.
HSL color Cylindrical-coordinate representation of color #7151EE: hue angle of 252.23º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7151EE is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 81 | 238 | - |
| CMYK | 0.53 | 0.66 | 0 | 0.07 |
| HSL | 252.23º | 0.82% | 0.63% | - |
| HSV(B) | 252.23º | 0.66% | 0.93% | - |
| XYZ | 25.19 | 15.57 | 82.57 | - |
| YUV | 108.47 | 201.1 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 81 | 238 | 0.53 | 0.66 | 0 | 0.07 | 252.23 | 0.82 | 0.63 |
| Hex | 71 | 51 | EE | 35 | 42 | 0 | 7 | FC | 52 | 3F |
| Octal | 161 | 121 | 356 | 65 | 102 | 0 | 7 | 374 | 122 | 77 |
| Binary | 1110001 | 1010001 | 11101110 | 110101 | 1000010 | 0 | 111 | 11111100 | 1010010 | 111111 |
Color Harmonies of #7151EE
Complementary color
Monochromatic Colors of #7151EE
Black with #7151EE
Text Example
Text Example
White with #7151EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7151EE; }
p { color: rgb(113,81,238); }
H1.HeaderClassName
{
color: #7151EE;
}
.AnyTagClassName
{
color: #7151EE;
}
</style>
background-color css
<style>
a { background-color: #7151EE; }
a { background-color: rgb(113,81,238); }
div.DivClassName
{
background-color: #7151EE;
}
.BgClassName
{
background-color: #7151EE;
}
</style>
border-color css
<style>
span { border-color: #7151EE; }
span { border-color: rgb(113,81,238); }
td.TdClassName
{
border-color: #7151EE;
}
.TagClassName
{
border-color: #7151EE;
}
</style>