Shades of Medium Slate Blue #7065EC
Tints of Medium Slate Blue #7065EC
RGB
CMYK
RGB Variations
Color information
#7065EC (or 0x7065EC) is known color: Medium Slate Blue. HEX triplet: 70, 65 and EC. RGB value is (112,101,236). Sum of RGB (Red+Green+Blue) = 112+101+236=449 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.94% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 236 (92.58% from 255 or 52.56% from 449); Max value from RGB is 236 - color contains mainly: blue. Hex color #7065EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7065EC is #8F9A13. Grayscale: #777777. Windows color (decimal): -9411092 or 15492464. OLE color: 15492464.
HSL color Cylindrical-coordinate representation of color #7065EC: hue angle of 244.89º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7065EC is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 101 | 236 | - |
| CMYK | 0.53 | 0.57 | 0 | 0.07 |
| HSL | 244.89º | 0.78% | 0.66% | - |
| HSV(B) | 244.89º | 0.57% | 0.93% | - |
| XYZ | 26.48 | 18.81 | 81.59 | - |
| YUV | 119.68 | 193.64 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 101 | 236 | 0.53 | 0.57 | 0 | 0.07 | 244.89 | 0.78 | 0.66 |
| Hex | 70 | 65 | EC | 35 | 39 | 0 | 7 | F5 | 4E | 42 |
| Octal | 160 | 145 | 354 | 65 | 71 | 0 | 7 | 365 | 116 | 102 |
| Binary | 1110000 | 1100101 | 11101100 | 110101 | 111001 | 0 | 111 | 11110101 | 1001110 | 1000010 |
Color Harmonies of #7065EC
Complementary color
Monochromatic Colors of #7065EC
Black with #7065EC
Text Example
Text Example
White with #7065EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7065EC; }
p { color: rgb(112,101,236); }
H1.HeaderClassName
{
color: #7065EC;
}
.AnyTagClassName
{
color: #7065EC;
}
</style>
background-color css
<style>
a { background-color: #7065EC; }
a { background-color: rgb(112,101,236); }
div.DivClassName
{
background-color: #7065EC;
}
.BgClassName
{
background-color: #7065EC;
}
</style>
border-color css
<style>
span { border-color: #7065EC; }
span { border-color: rgb(112,101,236); }
td.TdClassName
{
border-color: #7065EC;
}
.TagClassName
{
border-color: #7065EC;
}
</style>