Shades of Medium Slate Blue #7343F3
Tints of Medium Slate Blue #7343F3
RGB
CMYK
RGB Variations
Color information
#7343F3 (or 0x7343F3) is known color: Medium Slate Blue. HEX triplet: 73, 43 and F3. RGB value is (115,67,243). Sum of RGB (Red+Green+Blue) = 115+67+243=425 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.06% from 425); Green value is 67 (26.56% from 255 or 15.76% from 425); Blue value is 243 (95.31% from 255 or 57.18% from 425); Max value from RGB is 243 - color contains mainly: blue. Hex color #7343F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7343F3 is #8CBC0C. Grayscale: #646464. Windows color (decimal): -9223181 or 15942515. OLE color: 15942515.
HSL color Cylindrical-coordinate representation of color #7343F3: hue angle of 256.36º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7343F3 is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 67 | 243 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.05 |
| HSL | 256.36º | 0.88% | 0.61% | - |
| HSV(B) | 256.36º | 0.72% | 0.95% | - |
| XYZ | 25.26 | 14.13 | 86.19 | - |
| YUV | 101.42 | 207.9 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 67 | 243 | 0.53 | 0.72 | 0 | 0.05 | 256.36 | 0.88 | 0.61 |
| Hex | 73 | 43 | F3 | 35 | 48 | 0 | 5 | 100 | 58 | 3D |
| Octal | 163 | 103 | 363 | 65 | 110 | 0 | 5 | 400 | 130 | 75 |
| Binary | 1110011 | 1000011 | 11110011 | 110101 | 1001000 | 0 | 101 | 100000000 | 1011000 | 111101 |
Color Harmonies of #7343F3
Complementary color
Monochromatic Colors of #7343F3
Black with #7343F3
Text Example
Text Example
White with #7343F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7343F3; }
p { color: rgb(115,67,243); }
H1.HeaderClassName
{
color: #7343F3;
}
.AnyTagClassName
{
color: #7343F3;
}
</style>
background-color css
<style>
a { background-color: #7343F3; }
a { background-color: rgb(115,67,243); }
div.DivClassName
{
background-color: #7343F3;
}
.BgClassName
{
background-color: #7343F3;
}
</style>
border-color css
<style>
span { border-color: #7343F3; }
span { border-color: rgb(115,67,243); }
td.TdClassName
{
border-color: #7343F3;
}
.TagClassName
{
border-color: #7343F3;
}
</style>