Shades of Medium Slate Blue #7043EE
Tints of Medium Slate Blue #7043EE
RGB
CMYK
RGB Variations
Color information
#7043EE (or 0x7043EE) is known color: Medium Slate Blue. HEX triplet: 70, 43 and EE. RGB value is (112,67,238). Sum of RGB (Red+Green+Blue) = 112+67+238=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 67 (26.56% from 255 or 16.07% from 417); Blue value is 238 (93.36% from 255 or 57.07% from 417); Max value from RGB is 238 - color contains mainly: blue. Hex color #7043EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7043EE is #8FBC11. Grayscale: #636363. Windows color (decimal): -9419794 or 15614832. OLE color: 15614832.
HSL color Cylindrical-coordinate representation of color #7043EE: hue angle of 255.79º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7043EE is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 67 | 238 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.07 |
| HSL | 255.79º | 0.83% | 0.6% | - |
| HSV(B) | 255.79º | 0.72% | 0.93% | - |
| XYZ | 24.12 | 13.63 | 82.25 | - |
| YUV | 99.95 | 205.91 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 67 | 238 | 0.53 | 0.72 | 0 | 0.07 | 255.79 | 0.83 | 0.6 |
| Hex | 70 | 43 | EE | 35 | 48 | 0 | 7 | 100 | 53 | 3C |
| Octal | 160 | 103 | 356 | 65 | 110 | 0 | 7 | 400 | 123 | 74 |
| Binary | 1110000 | 1000011 | 11101110 | 110101 | 1001000 | 0 | 111 | 100000000 | 1010011 | 111100 |
Color Harmonies of #7043EE
Complementary color
Monochromatic Colors of #7043EE
Black with #7043EE
Text Example
Text Example
White with #7043EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7043EE; }
p { color: rgb(112,67,238); }
H1.HeaderClassName
{
color: #7043EE;
}
.AnyTagClassName
{
color: #7043EE;
}
</style>
background-color css
<style>
a { background-color: #7043EE; }
a { background-color: rgb(112,67,238); }
div.DivClassName
{
background-color: #7043EE;
}
.BgClassName
{
background-color: #7043EE;
}
</style>
border-color css
<style>
span { border-color: #7043EE; }
span { border-color: rgb(112,67,238); }
td.TdClassName
{
border-color: #7043EE;
}
.TagClassName
{
border-color: #7043EE;
}
</style>