Shades of Medium Slate Blue #7046EF
Tints of Medium Slate Blue #7046EF
RGB
CMYK
RGB Variations
Color information
#7046EF (or 0x7046EF) is known color: Medium Slate Blue. HEX triplet: 70, 46 and EF. RGB value is (112,70,239). Sum of RGB (Red+Green+Blue) = 112+70+239=421 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.60% from 421); Green value is 70 (27.73% from 255 or 16.63% from 421); Blue value is 239 (93.75% from 255 or 56.77% from 421); Max value from RGB is 239 - color contains mainly: blue. Hex color #7046EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7046EF is #8FB910. Grayscale: #656565. Windows color (decimal): -9419025 or 15681136. OLE color: 15681136.
HSL color Cylindrical-coordinate representation of color #7046EF: hue angle of 254.91º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7046EF is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 70 | 239 | - |
| CMYK | 0.53 | 0.71 | 0 | 0.06 |
| HSL | 254.91º | 0.84% | 0.61% | - |
| HSV(B) | 254.91º | 0.71% | 0.94% | - |
| XYZ | 24.45 | 14.06 | 83.09 | - |
| YUV | 101.82 | 205.41 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 70 | 239 | 0.53 | 0.71 | 0 | 0.06 | 254.91 | 0.84 | 0.61 |
| Hex | 70 | 46 | EF | 35 | 47 | 0 | 6 | FF | 54 | 3D |
| Octal | 160 | 106 | 357 | 65 | 107 | 0 | 6 | 377 | 124 | 75 |
| Binary | 1110000 | 1000110 | 11101111 | 110101 | 1000111 | 0 | 110 | 11111111 | 1010100 | 111101 |
Color Harmonies of #7046EF
Complementary color
Monochromatic Colors of #7046EF
Black with #7046EF
Text Example
Text Example
White with #7046EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7046EF; }
p { color: rgb(112,70,239); }
H1.HeaderClassName
{
color: #7046EF;
}
.AnyTagClassName
{
color: #7046EF;
}
</style>
background-color css
<style>
a { background-color: #7046EF; }
a { background-color: rgb(112,70,239); }
div.DivClassName
{
background-color: #7046EF;
}
.BgClassName
{
background-color: #7046EF;
}
</style>
border-color css
<style>
span { border-color: #7046EF; }
span { border-color: rgb(112,70,239); }
td.TdClassName
{
border-color: #7046EF;
}
.TagClassName
{
border-color: #7046EF;
}
</style>