Shades of Medium Slate Blue #7343ED
Tints of Medium Slate Blue #7343ED
RGB
CMYK
RGB Variations
Color information
#7343ED (or 0x7343ED) is known color: Medium Slate Blue. HEX triplet: 73, 43 and ED. RGB value is (115,67,237). Sum of RGB (Red+Green+Blue) = 115+67+237=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 67 (26.56% from 255 or 15.99% from 419); Blue value is 237 (92.97% from 255 or 56.56% from 419); Max value from RGB is 237 - color contains mainly: blue. Hex color #7343ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7343ED is #8CBC12. Grayscale: #646464. Windows color (decimal): -9223187 or 15549299. OLE color: 15549299.
HSL color Cylindrical-coordinate representation of color #7343ED: hue angle of 256.94º 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 #7343ED is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 67 | 237 | - |
| CMYK | 0.51 | 0.72 | 0 | 0.07 |
| HSL | 256.94º | 0.83% | 0.6% | - |
| HSV(B) | 256.94º | 0.72% | 0.93% | - |
| XYZ | 24.36 | 13.77 | 81.5 | - |
| YUV | 100.73 | 204.9 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 67 | 237 | 0.51 | 0.72 | 0 | 0.07 | 256.94 | 0.83 | 0.6 |
| Hex | 73 | 43 | ED | 33 | 48 | 0 | 7 | 101 | 53 | 3C |
| Octal | 163 | 103 | 355 | 63 | 110 | 0 | 7 | 401 | 123 | 74 |
| Binary | 1110011 | 1000011 | 11101101 | 110011 | 1001000 | 0 | 111 | 100000001 | 1010011 | 111100 |
Color Harmonies of #7343ED
Complementary color
Monochromatic Colors of #7343ED
Black with #7343ED
Text Example
Text Example
White with #7343ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7343ED; }
p { color: rgb(115,67,237); }
H1.HeaderClassName
{
color: #7343ED;
}
.AnyTagClassName
{
color: #7343ED;
}
</style>
background-color css
<style>
a { background-color: #7343ED; }
a { background-color: rgb(115,67,237); }
div.DivClassName
{
background-color: #7343ED;
}
.BgClassName
{
background-color: #7343ED;
}
</style>
border-color css
<style>
span { border-color: #7343ED; }
span { border-color: rgb(115,67,237); }
td.TdClassName
{
border-color: #7343ED;
}
.TagClassName
{
border-color: #7343ED;
}
</style>