Shades of Medium Slate Blue #7162EE
Tints of Medium Slate Blue #7162EE
RGB
CMYK
RGB Variations
Color information
#7162EE (or 0x7162EE) is known color: Medium Slate Blue. HEX triplet: 71, 62 and EE. RGB value is (113,98,238). Sum of RGB (Red+Green+Blue) = 113+98+238=449 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.17% from 449); Green value is 98 (38.67% from 255 or 21.83% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #7162EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7162EE is #8E9D11. Grayscale: #757575. Windows color (decimal): -9346322 or 15622769. OLE color: 15622769.
HSL color Cylindrical-coordinate representation of color #7162EE: hue angle of 246.43º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7162EE is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 98 | 238 | - |
| CMYK | 0.53 | 0.59 | 0 | 0.07 |
| HSL | 246.43º | 0.8% | 0.66% | - |
| HSV(B) | 246.43º | 0.59% | 0.93% | - |
| XYZ | 26.61 | 18.42 | 83.04 | - |
| YUV | 118.45 | 195.47 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 98 | 238 | 0.53 | 0.59 | 0 | 0.07 | 246.43 | 0.8 | 0.66 |
| Hex | 71 | 62 | EE | 35 | 3B | 0 | 7 | F6 | 50 | 42 |
| Octal | 161 | 142 | 356 | 65 | 73 | 0 | 7 | 366 | 120 | 102 |
| Binary | 1110001 | 1100010 | 11101110 | 110101 | 111011 | 0 | 111 | 11110110 | 1010000 | 1000010 |
Color Harmonies of #7162EE
Complementary color
Monochromatic Colors of #7162EE
Black with #7162EE
Text Example
Text Example
White with #7162EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7162EE; }
p { color: rgb(113,98,238); }
H1.HeaderClassName
{
color: #7162EE;
}
.AnyTagClassName
{
color: #7162EE;
}
</style>
background-color css
<style>
a { background-color: #7162EE; }
a { background-color: rgb(113,98,238); }
div.DivClassName
{
background-color: #7162EE;
}
.BgClassName
{
background-color: #7162EE;
}
</style>
border-color css
<style>
span { border-color: #7162EE; }
span { border-color: rgb(113,98,238); }
td.TdClassName
{
border-color: #7162EE;
}
.TagClassName
{
border-color: #7162EE;
}
</style>