Shades of Medium Slate Blue #7067EC
Tints of Medium Slate Blue #7067EC
RGB
CMYK
RGB Variations
Color information
#7067EC (or 0x7067EC) is known color: Medium Slate Blue. HEX triplet: 70, 67 and EC. RGB value is (112,103,236). Sum of RGB (Red+Green+Blue) = 112+103+236=451 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.83% from 451); Green value is 103 (40.62% from 255 or 22.84% from 451); Blue value is 236 (92.58% from 255 or 52.33% from 451); Max value from RGB is 236 - color contains mainly: blue. Hex color #7067EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7067EC is #8F9813. Grayscale: #787878. Windows color (decimal): -9410580 or 15492976. OLE color: 15492976.
HSL color Cylindrical-coordinate representation of color #7067EC: hue angle of 244.06º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7067EC is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 103 | 236 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.07 |
| HSL | 244.06º | 0.78% | 0.66% | - |
| HSV(B) | 244.06º | 0.56% | 0.93% | - |
| XYZ | 26.67 | 19.2 | 81.66 | - |
| YUV | 120.85 | 192.98 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 103 | 236 | 0.53 | 0.56 | 0 | 0.07 | 244.06 | 0.78 | 0.66 |
| Hex | 70 | 67 | EC | 35 | 38 | 0 | 7 | F4 | 4E | 42 |
| Octal | 160 | 147 | 354 | 65 | 70 | 0 | 7 | 364 | 116 | 102 |
| Binary | 1110000 | 1100111 | 11101100 | 110101 | 111000 | 0 | 111 | 11110100 | 1001110 | 1000010 |
Color Harmonies of #7067EC
Complementary color
Monochromatic Colors of #7067EC
Black with #7067EC
Text Example
Text Example
White with #7067EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7067EC; }
p { color: rgb(112,103,236); }
H1.HeaderClassName
{
color: #7067EC;
}
.AnyTagClassName
{
color: #7067EC;
}
</style>
background-color css
<style>
a { background-color: #7067EC; }
a { background-color: rgb(112,103,236); }
div.DivClassName
{
background-color: #7067EC;
}
.BgClassName
{
background-color: #7067EC;
}
</style>
border-color css
<style>
span { border-color: #7067EC; }
span { border-color: rgb(112,103,236); }
td.TdClassName
{
border-color: #7067EC;
}
.TagClassName
{
border-color: #7067EC;
}
</style>