Shades of Medium Slate Blue #7243EC
Tints of Medium Slate Blue #7243EC
RGB
CMYK
RGB Variations
Color information
#7243EC (or 0x7243EC) is known color: Medium Slate Blue. HEX triplet: 72, 43 and EC. RGB value is (114,67,236). Sum of RGB (Red+Green+Blue) = 114+67+236=417 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.34% from 417); Green value is 67 (26.56% from 255 or 16.07% from 417); Blue value is 236 (92.58% from 255 or 56.59% from 417); Max value from RGB is 236 - color contains mainly: blue. Hex color #7243EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7243EC is #8DBC13. Grayscale: #636363. Windows color (decimal): -9288724 or 15483762. OLE color: 15483762.
HSL color Cylindrical-coordinate representation of color #7243EC: hue angle of 256.69º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7243EC is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 67 | 236 | - |
| CMYK | 0.52 | 0.72 | 0 | 0.07 |
| HSL | 256.69º | 0.82% | 0.59% | - |
| HSV(B) | 256.69º | 0.72% | 0.93% | - |
| XYZ | 24.09 | 13.65 | 80.72 | - |
| YUV | 100.32 | 204.57 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 67 | 236 | 0.52 | 0.72 | 0 | 0.07 | 256.69 | 0.82 | 0.59 |
| Hex | 72 | 43 | EC | 34 | 48 | 0 | 7 | 101 | 52 | 3B |
| Octal | 162 | 103 | 354 | 64 | 110 | 0 | 7 | 401 | 122 | 73 |
| Binary | 1110010 | 1000011 | 11101100 | 110100 | 1001000 | 0 | 111 | 100000001 | 1010010 | 111011 |
Color Harmonies of #7243EC
Complementary color
Monochromatic Colors of #7243EC
Black with #7243EC
Text Example
Text Example
White with #7243EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7243EC; }
p { color: rgb(114,67,236); }
H1.HeaderClassName
{
color: #7243EC;
}
.AnyTagClassName
{
color: #7243EC;
}
</style>
background-color css
<style>
a { background-color: #7243EC; }
a { background-color: rgb(114,67,236); }
div.DivClassName
{
background-color: #7243EC;
}
.BgClassName
{
background-color: #7243EC;
}
</style>
border-color css
<style>
span { border-color: #7243EC; }
span { border-color: rgb(114,67,236); }
td.TdClassName
{
border-color: #7243EC;
}
.TagClassName
{
border-color: #7243EC;
}
</style>