Shades of Medium Slate Blue #7268EC
Tints of Medium Slate Blue #7268EC
RGB
CMYK
RGB Variations
Color information
#7268EC (or 0x7268EC) is known color: Medium Slate Blue. HEX triplet: 72, 68 and EC. RGB value is (114,104,236). Sum of RGB (Red+Green+Blue) = 114+104+236=454 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.11% from 454); Green value is 104 (41.02% from 255 or 22.91% from 454); Blue value is 236 (92.58% from 255 or 51.98% from 454); Max value from RGB is 236 - color contains mainly: blue. Hex color #7268EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7268EC is #8D9713. Grayscale: #797979. Windows color (decimal): -9279252 or 15493234. OLE color: 15493234.
HSL color Cylindrical-coordinate representation of color #7268EC: hue angle of 244.55º 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 #7268EC is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 104 | 236 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.07 |
| HSL | 244.55º | 0.78% | 0.67% | - |
| HSV(B) | 244.55º | 0.56% | 0.93% | - |
| XYZ | 27.03 | 19.53 | 81.7 | - |
| YUV | 122.04 | 192.31 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 104 | 236 | 0.52 | 0.56 | 0 | 0.07 | 244.55 | 0.78 | 0.67 |
| Hex | 72 | 68 | EC | 34 | 38 | 0 | 7 | F5 | 4E | 43 |
| Octal | 162 | 150 | 354 | 64 | 70 | 0 | 7 | 365 | 116 | 103 |
| Binary | 1110010 | 1101000 | 11101100 | 110100 | 111000 | 0 | 111 | 11110101 | 1001110 | 1000011 |
Color Harmonies of #7268EC
Complementary color
Monochromatic Colors of #7268EC
Black with #7268EC
Text Example
Text Example
White with #7268EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7268EC; }
p { color: rgb(114,104,236); }
H1.HeaderClassName
{
color: #7268EC;
}
.AnyTagClassName
{
color: #7268EC;
}
</style>
background-color css
<style>
a { background-color: #7268EC; }
a { background-color: rgb(114,104,236); }
div.DivClassName
{
background-color: #7268EC;
}
.BgClassName
{
background-color: #7268EC;
}
</style>
border-color css
<style>
span { border-color: #7268EC; }
span { border-color: rgb(114,104,236); }
td.TdClassName
{
border-color: #7268EC;
}
.TagClassName
{
border-color: #7268EC;
}
</style>