Shades of Medium Slate Blue #7043ED
Tints of Medium Slate Blue #7043ED
RGB
CMYK
RGB Variations
Color information
#7043ED (or 0x7043ED) is known color: Medium Slate Blue. HEX triplet: 70, 43 and ED. RGB value is (112,67,237). Sum of RGB (Red+Green+Blue) = 112+67+237=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 67 (26.56% from 255 or 16.11% from 416); Blue value is 237 (92.97% from 255 or 56.97% from 416); Max value from RGB is 237 - color contains mainly: blue. Hex color #7043ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7043ED is #8FBC12. Grayscale: #636363. Windows color (decimal): -9419795 or 15549296. OLE color: 15549296.
HSL color Cylindrical-coordinate representation of color #7043ED: hue angle of 255.88º 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 #7043ED is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 67 | 237 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.07 |
| HSL | 255.88º | 0.83% | 0.6% | - |
| HSV(B) | 255.88º | 0.72% | 0.93% | - |
| XYZ | 23.98 | 13.57 | 81.48 | - |
| YUV | 99.84 | 205.41 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 67 | 237 | 0.53 | 0.72 | 0 | 0.07 | 255.88 | 0.83 | 0.6 |
| Hex | 70 | 43 | ED | 35 | 48 | 0 | 7 | 100 | 53 | 3C |
| Octal | 160 | 103 | 355 | 65 | 110 | 0 | 7 | 400 | 123 | 74 |
| Binary | 1110000 | 1000011 | 11101101 | 110101 | 1001000 | 0 | 111 | 100000000 | 1010011 | 111100 |
Color Harmonies of #7043ED
Complementary color
Monochromatic Colors of #7043ED
Black with #7043ED
Text Example
Text Example
White with #7043ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7043ED; }
p { color: rgb(112,67,237); }
H1.HeaderClassName
{
color: #7043ED;
}
.AnyTagClassName
{
color: #7043ED;
}
</style>
background-color css
<style>
a { background-color: #7043ED; }
a { background-color: rgb(112,67,237); }
div.DivClassName
{
background-color: #7043ED;
}
.BgClassName
{
background-color: #7043ED;
}
</style>
border-color css
<style>
span { border-color: #7043ED; }
span { border-color: rgb(112,67,237); }
td.TdClassName
{
border-color: #7043ED;
}
.TagClassName
{
border-color: #7043ED;
}
</style>