Shades of Medium Slate Blue #7063EF
Tints of Medium Slate Blue #7063EF
RGB
CMYK
RGB Variations
Color information
#7063EF (or 0x7063EF) is known color: Medium Slate Blue. HEX triplet: 70, 63 and EF. RGB value is (112,99,239). Sum of RGB (Red+Green+Blue) = 112+99+239=450 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.89% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #7063EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7063EF is #8F9C10. Grayscale: #767676. Windows color (decimal): -9411601 or 15688560. OLE color: 15688560.
HSL color Cylindrical-coordinate representation of color #7063EF: hue angle of 245.57º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7063EF is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 99 | 239 | - |
| CMYK | 0.53 | 0.59 | 0 | 0.06 |
| HSL | 245.57º | 0.81% | 0.66% | - |
| HSV(B) | 245.57º | 0.59% | 0.94% | - |
| XYZ | 26.72 | 18.6 | 83.84 | - |
| YUV | 118.85 | 195.81 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 99 | 239 | 0.53 | 0.59 | 0 | 0.06 | 245.57 | 0.81 | 0.66 |
| Hex | 70 | 63 | EF | 35 | 3B | 0 | 6 | F6 | 51 | 42 |
| Octal | 160 | 143 | 357 | 65 | 73 | 0 | 6 | 366 | 121 | 102 |
| Binary | 1110000 | 1100011 | 11101111 | 110101 | 111011 | 0 | 110 | 11110110 | 1010001 | 1000010 |
Color Harmonies of #7063EF
Complementary color
Monochromatic Colors of #7063EF
Black with #7063EF
Text Example
Text Example
White with #7063EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7063EF; }
p { color: rgb(112,99,239); }
H1.HeaderClassName
{
color: #7063EF;
}
.AnyTagClassName
{
color: #7063EF;
}
</style>
background-color css
<style>
a { background-color: #7063EF; }
a { background-color: rgb(112,99,239); }
div.DivClassName
{
background-color: #7063EF;
}
.BgClassName
{
background-color: #7063EF;
}
</style>
border-color css
<style>
span { border-color: #7063EF; }
span { border-color: rgb(112,99,239); }
td.TdClassName
{
border-color: #7063EF;
}
.TagClassName
{
border-color: #7063EF;
}
</style>