Shades of Medium Slate Blue #7168EC
Tints of Medium Slate Blue #7168EC
RGB
CMYK
RGB Variations
Color information
#7168EC (or 0x7168EC) is known color: Medium Slate Blue. HEX triplet: 71, 68 and EC. RGB value is (113,104,236). Sum of RGB (Red+Green+Blue) = 113+104+236=453 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.94% from 453); Green value is 104 (41.02% from 255 or 22.96% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #7168EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7168EC is #8E9713. Grayscale: #797979. Windows color (decimal): -9344788 or 15493233. OLE color: 15493233.
HSL color Cylindrical-coordinate representation of color #7168EC: hue angle of 244.09º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7168EC is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 104 | 236 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.07 |
| HSL | 244.09º | 0.78% | 0.67% | - |
| HSV(B) | 244.09º | 0.56% | 0.93% | - |
| XYZ | 26.9 | 19.47 | 81.7 | - |
| YUV | 121.74 | 192.48 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 104 | 236 | 0.52 | 0.56 | 0 | 0.07 | 244.09 | 0.78 | 0.67 |
| Hex | 71 | 68 | EC | 34 | 38 | 0 | 7 | F4 | 4E | 43 |
| Octal | 161 | 150 | 354 | 64 | 70 | 0 | 7 | 364 | 116 | 103 |
| Binary | 1110001 | 1101000 | 11101100 | 110100 | 111000 | 0 | 111 | 11110100 | 1001110 | 1000011 |
Color Harmonies of #7168EC
Complementary color
Monochromatic Colors of #7168EC
Black with #7168EC
Text Example
Text Example
White with #7168EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7168EC; }
p { color: rgb(113,104,236); }
H1.HeaderClassName
{
color: #7168EC;
}
.AnyTagClassName
{
color: #7168EC;
}
</style>
background-color css
<style>
a { background-color: #7168EC; }
a { background-color: rgb(113,104,236); }
div.DivClassName
{
background-color: #7168EC;
}
.BgClassName
{
background-color: #7168EC;
}
</style>
border-color css
<style>
span { border-color: #7168EC; }
span { border-color: rgb(113,104,236); }
td.TdClassName
{
border-color: #7168EC;
}
.TagClassName
{
border-color: #7168EC;
}
</style>