Shades of Medium Slate Blue #7063EE
Tints of Medium Slate Blue #7063EE
RGB
CMYK
RGB Variations
Color information
#7063EE (or 0x7063EE) is known color: Medium Slate Blue. HEX triplet: 70, 63 and EE. RGB value is (112,99,238). Sum of RGB (Red+Green+Blue) = 112+99+238=449 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.94% from 449); Green value is 99 (39.06% from 255 or 22.05% 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 #7063EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7063EE is #8F9C11. Grayscale: #767676. Windows color (decimal): -9411602 or 15623024. OLE color: 15623024.
HSL color Cylindrical-coordinate representation of color #7063EE: hue angle of 245.61º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7063EE is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 99 | 238 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.07 |
| HSL | 245.61º | 0.8% | 0.66% | - |
| HSV(B) | 245.61º | 0.58% | 0.93% | - |
| XYZ | 26.58 | 18.54 | 83.07 | - |
| YUV | 118.73 | 195.31 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 99 | 238 | 0.53 | 0.58 | 0 | 0.07 | 245.61 | 0.8 | 0.66 |
| Hex | 70 | 63 | EE | 35 | 3A | 0 | 7 | F6 | 50 | 42 |
| Octal | 160 | 143 | 356 | 65 | 72 | 0 | 7 | 366 | 120 | 102 |
| Binary | 1110000 | 1100011 | 11101110 | 110101 | 111010 | 0 | 111 | 11110110 | 1010000 | 1000010 |
Color Harmonies of #7063EE
Complementary color
Monochromatic Colors of #7063EE
Black with #7063EE
Text Example
Text Example
White with #7063EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7063EE; }
p { color: rgb(112,99,238); }
H1.HeaderClassName
{
color: #7063EE;
}
.AnyTagClassName
{
color: #7063EE;
}
</style>
background-color css
<style>
a { background-color: #7063EE; }
a { background-color: rgb(112,99,238); }
div.DivClassName
{
background-color: #7063EE;
}
.BgClassName
{
background-color: #7063EE;
}
</style>
border-color css
<style>
span { border-color: #7063EE; }
span { border-color: rgb(112,99,238); }
td.TdClassName
{
border-color: #7063EE;
}
.TagClassName
{
border-color: #7063EE;
}
</style>