Shades of Medium Slate Blue #7243EF
Tints of Medium Slate Blue #7243EF
RGB
CMYK
RGB Variations
Color information
#7243EF (or 0x7243EF) is known color: Medium Slate Blue. HEX triplet: 72, 43 and EF. RGB value is (114,67,239). Sum of RGB (Red+Green+Blue) = 114+67+239=420 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.14% from 420); Green value is 67 (26.56% from 255 or 15.95% from 420); Blue value is 239 (93.75% from 255 or 56.90% from 420); Max value from RGB is 239 - color contains mainly: blue. Hex color #7243EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7243EF is #8DBC10. Grayscale: #646464. Windows color (decimal): -9288721 or 15680370. OLE color: 15680370.
HSL color Cylindrical-coordinate representation of color #7243EF: hue angle of 256.4º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7243EF is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 67 | 239 | - |
| CMYK | 0.52 | 0.72 | 0 | 0.06 |
| HSL | 256.4º | 0.84% | 0.6% | - |
| HSV(B) | 256.4º | 0.72% | 0.94% | - |
| XYZ | 24.53 | 13.82 | 83.04 | - |
| YUV | 100.66 | 206.07 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 67 | 239 | 0.52 | 0.72 | 0 | 0.06 | 256.4 | 0.84 | 0.6 |
| Hex | 72 | 43 | EF | 34 | 48 | 0 | 6 | 100 | 54 | 3C |
| Octal | 162 | 103 | 357 | 64 | 110 | 0 | 6 | 400 | 124 | 74 |
| Binary | 1110010 | 1000011 | 11101111 | 110100 | 1001000 | 0 | 110 | 100000000 | 1010100 | 111100 |
Color Harmonies of #7243EF
Complementary color
Monochromatic Colors of #7243EF
Black with #7243EF
Text Example
Text Example
White with #7243EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7243EF; }
p { color: rgb(114,67,239); }
H1.HeaderClassName
{
color: #7243EF;
}
.AnyTagClassName
{
color: #7243EF;
}
</style>
background-color css
<style>
a { background-color: #7243EF; }
a { background-color: rgb(114,67,239); }
div.DivClassName
{
background-color: #7243EF;
}
.BgClassName
{
background-color: #7243EF;
}
</style>
border-color css
<style>
span { border-color: #7243EF; }
span { border-color: rgb(114,67,239); }
td.TdClassName
{
border-color: #7243EF;
}
.TagClassName
{
border-color: #7243EF;
}
</style>