Shades of Medium Slate Blue #7147EE
Tints of Medium Slate Blue #7147EE
RGB
CMYK
RGB Variations
Color information
#7147EE (or 0x7147EE) is known color: Medium Slate Blue. HEX triplet: 71, 47 and EE. RGB value is (113,71,238). Sum of RGB (Red+Green+Blue) = 113+71+238=422 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.78% from 422); Green value is 71 (28.12% from 255 or 16.82% from 422); Blue value is 238 (93.36% from 255 or 56.40% from 422); Max value from RGB is 238 - color contains mainly: blue. Hex color #7147EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7147EE is #8EB811. Grayscale: #656565. Windows color (decimal): -9353234 or 15615857. OLE color: 15615857.
HSL color Cylindrical-coordinate representation of color #7147EE: hue angle of 255.09º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7147EE is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 71 | 238 | - |
| CMYK | 0.53 | 0.70 | 0 | 0.07 |
| HSL | 255.09º | 0.83% | 0.61% | - |
| HSV(B) | 255.09º | 0.7% | 0.93% | - |
| XYZ | 24.5 | 14.19 | 82.34 | - |
| YUV | 102.6 | 204.41 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 71 | 238 | 0.53 | 0.70 | 0 | 0.07 | 255.09 | 0.83 | 0.61 |
| Hex | 71 | 47 | EE | 35 | 46 | 0 | 7 | FF | 53 | 3D |
| Octal | 161 | 107 | 356 | 65 | 106 | 0 | 7 | 377 | 123 | 75 |
| Binary | 1110001 | 1000111 | 11101110 | 110101 | 1000110 | 0 | 111 | 11111111 | 1010011 | 111101 |
Color Harmonies of #7147EE
Complementary color
Monochromatic Colors of #7147EE
Black with #7147EE
Text Example
Text Example
White with #7147EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7147EE; }
p { color: rgb(113,71,238); }
H1.HeaderClassName
{
color: #7147EE;
}
.AnyTagClassName
{
color: #7147EE;
}
</style>
background-color css
<style>
a { background-color: #7147EE; }
a { background-color: rgb(113,71,238); }
div.DivClassName
{
background-color: #7147EE;
}
.BgClassName
{
background-color: #7147EE;
}
</style>
border-color css
<style>
span { border-color: #7147EE; }
span { border-color: rgb(113,71,238); }
td.TdClassName
{
border-color: #7147EE;
}
.TagClassName
{
border-color: #7147EE;
}
</style>