Shades of Medium Slate Blue #7142EE
Tints of Medium Slate Blue #7142EE
RGB
CMYK
RGB Variations
Color information
#7142EE (or 0x7142EE) is known color: Medium Slate Blue. HEX triplet: 71, 42 and EE. RGB value is (113,66,238). Sum of RGB (Red+Green+Blue) = 113+66+238=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 238 (93.36% from 255 or 57.07% from 417); Max value from RGB is 238 - color contains mainly: blue. Hex color #7142EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7142EE is #8EBD11. Grayscale: #636363. Windows color (decimal): -9354514 or 15614577. OLE color: 15614577.
HSL color Cylindrical-coordinate representation of color #7142EE: hue angle of 256.4º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7142EE is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 66 | 238 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.07 |
| HSL | 256.4º | 0.83% | 0.6% | - |
| HSV(B) | 256.4º | 0.72% | 0.93% | - |
| XYZ | 24.19 | 13.58 | 82.24 | - |
| YUV | 99.66 | 206.07 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 66 | 238 | 0.53 | 0.72 | 0 | 0.07 | 256.4 | 0.83 | 0.6 |
| Hex | 71 | 42 | EE | 35 | 48 | 0 | 7 | 100 | 53 | 3C |
| Octal | 161 | 102 | 356 | 65 | 110 | 0 | 7 | 400 | 123 | 74 |
| Binary | 1110001 | 1000010 | 11101110 | 110101 | 1001000 | 0 | 111 | 100000000 | 1010011 | 111100 |
Color Harmonies of #7142EE
Complementary color
Monochromatic Colors of #7142EE
Black with #7142EE
Text Example
Text Example
White with #7142EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7142EE; }
p { color: rgb(113,66,238); }
H1.HeaderClassName
{
color: #7142EE;
}
.AnyTagClassName
{
color: #7142EE;
}
</style>
background-color css
<style>
a { background-color: #7142EE; }
a { background-color: rgb(113,66,238); }
div.DivClassName
{
background-color: #7142EE;
}
.BgClassName
{
background-color: #7142EE;
}
</style>
border-color css
<style>
span { border-color: #7142EE; }
span { border-color: rgb(113,66,238); }
td.TdClassName
{
border-color: #7142EE;
}
.TagClassName
{
border-color: #7142EE;
}
</style>